Add some explicit USE_PKGCONFIG=build
This commit is contained in:
parent
9a07d271c0
commit
e34e27fec0
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=301619
14 changed files with 15 additions and 0 deletions
|
@ -26,6 +26,7 @@ USE_AUTOTOOLS= libtool
|
|||
CONFIGURE_ARGS= --includedir="${PREFIX}/include/${PORTNAME}" \
|
||||
--with-html-dir="${PREFIX}/share/doc"
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
|
|
@ -20,6 +20,7 @@ USE_GMAKE= yes
|
|||
USE_AUTOTOOLS= libtool
|
||||
USE_CSTD= gnu89
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
LATEST_LINK= gtkextra2
|
||||
DOCSDIR= ${PREFIX}/share/doc/gtkextra2
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_GL= yes
|
|||
USE_XORG= xt
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PKGCONFIG= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -22,6 +22,7 @@ USE_GETTEXT= yes
|
|||
USE_GNOME= gnomehack gnomeprefix gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PKGCONFIG= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
post-patch:
|
||||
|
|
|
@ -23,6 +23,7 @@ LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
|
|||
USE_GNOME= gnomehack gtk20 libxml2
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PKGCONFIG= build
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
MAN1= mathmlviewer.1
|
||||
|
|
|
@ -23,6 +23,7 @@ USE_AUTOTOOLS= libtool
|
|||
USE_GETTEXT= yes
|
||||
USE_GNOME= gnomehack lthack gtk20 libxml2
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
GNU_CONFIGURE= yes
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
|
@ -26,6 +26,7 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= libgnomecanvas
|
||||
USE_PKGCONFIG= build
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= gnomevfs2
|
||||
USE_PKGCONFIG= build
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -25,6 +25,7 @@ RUN_DEPENDS= p5-Glib2>=0:${PORTSDIR}/devel/p5-Glib2 \
|
|||
p5-Gtk2>=0:${PORTSDIR}/x11-toolkits/p5-Gtk2
|
||||
|
||||
USE_GNOME= libgtkhtml
|
||||
USE_PKGCONFIG= build
|
||||
PERL_CONFIGURE= yes
|
||||
MAKE_JOBS_UNSAFE= yes
|
||||
|
||||
|
|
|
@ -18,6 +18,8 @@ USE_GMAKE= yes
|
|||
USE_GNOME= gnomehack pango
|
||||
USE_LDCONFIG= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
CONFIGURE_ARGS= --disable-gtk-doc \
|
||||
--with-html-dir=${PREFIX}/share/doc
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -19,6 +19,7 @@ GNU_CONFIGURE= yes
|
|||
USE_GMAKE= yes
|
||||
USE_GNOME= gtk20 libgnomecanvas gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's|echo aout|echo elf|g' \
|
||||
|
|
|
@ -23,6 +23,7 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/OpenGL/__init__.py:${PORTSDIR}/graphics/py-ope
|
|||
USE_BZIP2= yes
|
||||
USE_PYTHON= yes
|
||||
USE_GNOME= gnomehack pygtk2
|
||||
USE_PKGCONFIG= build
|
||||
GNU_CONFIGURE= yes
|
||||
USE_GMAKE= yes
|
||||
|
||||
|
|
|
@ -24,6 +24,7 @@ USE_XZ= yes
|
|||
USE_GNOME= gnomehack gtk20
|
||||
USE_GMAKE= yes
|
||||
USE_AUTOTOOLS= libtool
|
||||
USE_PKGCONFIG= build
|
||||
MAKE_JOBS_SAFE= yes
|
||||
|
||||
CPPFLAGS+= -I${LOCALBASE}/include
|
||||
|
|
|
@ -18,6 +18,7 @@ USE_GNOME= vte
|
|||
USE_GETTEXT= yes
|
||||
USE_CMAKE= yes
|
||||
USE_BZIP2= yes
|
||||
USE_PKGCONFIG= build
|
||||
|
||||
MAN1= sakura.1
|
||||
|
||||
|
|
Loading…
Reference in a new issue