diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-28 00:20:41 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-28 00:20:41 +0800 |
commit | 8c6c76f9f1425edcfbcb9347bd0400883bcfa416 (patch) | |
tree | 60063198094f84903af9768c2fec834086fc0abd /x11 | |
parent | 8cdbcd80278d71d7195dff00df392decf346e396 (diff) | |
download | freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.tar.gz freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.tar.zst freebsd-ports-gnome-8c6c76f9f1425edcfbcb9347bd0400883bcfa416.zip |
Add some explicit USE_PKGCONFIG=build
Diffstat (limited to 'x11')
-rw-r--r-- | x11/apwal/Makefile | 1 | ||||
-rw-r--r-- | x11/avant-window-navigator/Makefile | 1 | ||||
-rw-r--r-- | x11/decurs/Makefile | 1 | ||||
-rw-r--r-- | x11/fbpanel/Makefile | 1 | ||||
-rw-r--r-- | x11/gromit/Makefile | 1 | ||||
-rw-r--r-- | x11/gtkterm2/Makefile | 1 | ||||
-rw-r--r-- | x11/roxterm/Makefile | 1 | ||||
-rw-r--r-- | x11/wmblob/Makefile | 1 | ||||
-rw-r--r-- | x11/wmdrawer/Makefile | 1 | ||||
-rw-r--r-- | x11/xvattr/Makefile | 1 |
10 files changed, 10 insertions, 0 deletions
diff --git a/x11/apwal/Makefile b/x11/apwal/Makefile index e3c81d9c495d..152e0b66ede9 100644 --- a/x11/apwal/Makefile +++ b/x11/apwal/Makefile @@ -16,6 +16,7 @@ COMMENT= Simple and powerful application launcher USE_GNOME= gtk20 libxml2 USE_GMAKE= yes +USE_PKGCONFIG= build WRKSRC= ${WRKDIR}/${PORTNAME}/src diff --git a/x11/avant-window-navigator/Makefile b/x11/avant-window-navigator/Makefile index 33e4360cf3d5..80a8d6e9cdf1 100644 --- a/x11/avant-window-navigator/Makefile +++ b/x11/avant-window-navigator/Makefile @@ -26,6 +26,7 @@ USE_GNOME= gnomehack glib20 gtk20 pygtk2 USE_PYTHON= yes USE_GETTEXT= yes USE_LDCONFIG= yes +USE_PKGCONFIG= build INSTALLS_ICONS= yes USE_XORG= x11 xproto xcomposite xrender CPPFLAGS+= -I${LOCALBASE}/include diff --git a/x11/decurs/Makefile b/x11/decurs/Makefile index ce57f2d92cdf..23914724a0c4 100644 --- a/x11/decurs/Makefile +++ b/x11/decurs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= gtkmm-2.0.6:${PORTSDIR}/x11-toolkits/gtkmm20 USE_XORG= x11 USE_GNOME= gtk20 GNU_CONFIGURE= yes +USE_PKGCONFIG= build .include <bsd.port.pre.mk> diff --git a/x11/fbpanel/Makefile b/x11/fbpanel/Makefile index d4a3c36fdfc5..fe52ce1088e5 100644 --- a/x11/fbpanel/Makefile +++ b/x11/fbpanel/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 xmu xpm USE_GNOME= gtk20 HAS_CONFIGURE= yes USE_GMAKE= yes +USE_PKGCONFIG= build CONFIGURE_ARGS+= --prefix=${PREFIX} diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile index b7a46f346aae..ce5b19fd0d6a 100644 --- a/x11/gromit/Makefile +++ b/x11/gromit/Makefile @@ -15,6 +15,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= GRaphics Over Miscellaneous Objects (Gromit) USE_GNOME= gtk20 +USE_PKGCONFIG= build DOCS= AUTHORS ChangeLog README diff --git a/x11/gtkterm2/Makefile b/x11/gtkterm2/Makefile index ac6e93c7379e..ebcb6868ed20 100644 --- a/x11/gtkterm2/Makefile +++ b/x11/gtkterm2/Makefile @@ -16,6 +16,7 @@ COMMENT= A simple GTK-2 terminal with tabs USE_GNOME= vte USE_GMAKE= yes +USE_PKGCONFIG= build USE_AUTOTOOLS= libtool PORTDOCS= README diff --git a/x11/roxterm/Makefile b/x11/roxterm/Makefile index 9553aa28b2a1..04ac71de3ee9 100644 --- a/x11/roxterm/Makefile +++ b/x11/roxterm/Makefile @@ -24,6 +24,7 @@ USE_XORG= sm ice USE_GNOME= libglade2 vte USE_GETTEXT= yes USE_GMAKE= yes +USE_PKGCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ENV= ac_cv_prog_HAVE_XMLTO=no ac_cv_prog_HAVE_PO4A=no INSTALLS_ICONS= yes diff --git a/x11/wmblob/Makefile b/x11/wmblob/Makefile index 37fdbcf8e6ad..c5cf41e35d18 100644 --- a/x11/wmblob/Makefile +++ b/x11/wmblob/Makefile @@ -17,6 +17,7 @@ COMMENT= Showing moving blobs USE_XORG= xpm USE_BZIP2= yes USE_GNOME= gtk20 +USE_PKGCONFIG= build GNU_CONFIGURE= yes MAN1= wmblob.1 diff --git a/x11/wmdrawer/Makefile b/x11/wmdrawer/Makefile index 91f57eccadac..dbba3d0e255e 100644 --- a/x11/wmdrawer/Makefile +++ b/x11/wmdrawer/Makefile @@ -21,6 +21,7 @@ COMMENT= A dockapp which provides a drawer to launch applications USE_GNOME= gdkpixbuf USE_GMAKE= yes +USE_PKGCONFIG= build CONFIGURE_ENV+= DOCSDIR=${DOCSDIR} MAKE_ENV+= ${CONFIGURE_ENV} diff --git a/x11/xvattr/Makefile b/x11/xvattr/Makefile index e2c453a9fa21..fd97d140606c 100644 --- a/x11/xvattr/Makefile +++ b/x11/xvattr/Makefile @@ -21,6 +21,7 @@ GTK1_DESC= GTK1 support (Default is GTK2) USE_XORG= x11 xv WANT_GNOME= yes +USE_PKGCONFIG= build MAN1= ${PORTNAME}.1 PLIST_FILES= bin/${PORTNAME} bin/g${PORTNAME} |