diff options
author | bapt <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-07-28 01:06:03 +0800 |
commit | b8e9b069fbb56d01330def155a8f8d99ce61c3df (patch) | |
tree | 2ea57431dddea5c41b886f8f681dcebd0c224aae /textproc | |
parent | daf6bdb08349003e1f1fd517f5e06e0d2957b71b (diff) | |
download | freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.tar.gz freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.tar.zst freebsd-ports-gnome-b8e9b069fbb56d01330def155a8f8d99ce61c3df.zip |
Add some explicit USE_PKGCONFIG=build
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/gnome-translate/Makefile | 1 | ||||
-rw-r--r-- | textproc/sagasu/Makefile | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/textproc/gnome-translate/Makefile b/textproc/gnome-translate/Makefile index 7ed71184163d..a6309754d8cd 100644 --- a/textproc/gnome-translate/Makefile +++ b/textproc/gnome-translate/Makefile @@ -22,6 +22,7 @@ INSTALLS_ICONS= yes GCONF_SCHEMAS= gnome-translate.schemas USE_GNOME= gnomehack gnomeprefix eel2 intlhack libgnomeui USE_GMAKE= yes +USE_PKGCONFIG= build GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -Wl,-export-dynamic diff --git a/textproc/sagasu/Makefile b/textproc/sagasu/Makefile index 5f921878e062..67f51df25256 100644 --- a/textproc/sagasu/Makefile +++ b/textproc/sagasu/Makefile @@ -18,6 +18,7 @@ USE_GNOME= gnomehack gnomeprefix libgnomeui USE_GETTEXT= yes USE_GMAKE= yes GNU_CONFIGURE= yes +USE_PKGCONFIG= build CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib |