diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
commit | a2849da21a993b42e6db9fffc1a4cf7bb6ba8d14 (patch) | |
tree | 2ea57431dddea5c41b886f8f681dcebd0c224aae /www | |
parent | d4f621dbf29afa7c8ab0a36460943e2889fa75b3 (diff) | |
download | freebsd-ports-gnome-a2849da21a993b42e6db9fffc1a4cf7bb6ba8d14.tar.gz freebsd-ports-gnome-a2849da21a993b42e6db9fffc1a4cf7bb6ba8d14.tar.zst freebsd-ports-gnome-a2849da21a993b42e6db9fffc1a4cf7bb6ba8d14.zip |
Add some explicit USE_PKGCONFIG=build
Diffstat (limited to 'www')
-rw-r--r-- | www/bookmarkbridge/Makefile | 1 | ||||
-rw-r--r-- | www/erwn/Makefile | 1 | ||||
-rw-r--r-- | www/screem/Makefile | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/www/bookmarkbridge/Makefile b/www/bookmarkbridge/Makefile index 5a2d98f0d2cf..a60a96863d47 100644 --- a/www/bookmarkbridge/Makefile +++ b/www/bookmarkbridge/Makefile @@ -21,6 +21,7 @@ USE_XORG= x11 ice xext USE_QT4= corelib gui moc_build rcc_build uic_build qt3support USE_GNOME= libxml2 USE_GMAKE= yes +USE_PKGCONFIG= build USE_AUTOTOOLS= aclocal automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal diff --git a/www/erwn/Makefile b/www/erwn/Makefile index 547fb8ee0f72..ff4fede4c7f9 100644 --- a/www/erwn/Makefile +++ b/www/erwn/Makefile @@ -17,6 +17,7 @@ COMMENT= Simple GTK+-2 HTML editor USE_GNOME= gnomehack gnomeprefix gtksourceview gtkhtml3 USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes MAN1= erwin.1 diff --git a/www/screem/Makefile b/www/screem/Makefile index 3867ed613c71..14365a87c4ec 100644 --- a/www/screem/Makefile +++ b/www/screem/Makefile @@ -21,6 +21,7 @@ USE_GNOME= desktopfileutils gnomehack gnomemenus gnomeprefix \ gtksourceview intlhack libgnomeprintui libgnomeui libgtkhtml USE_XORG= xpm USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |