diff options
Diffstat (limited to 'net/netembryo/Makefile')
-rw-r--r-- | net/netembryo/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/net/netembryo/Makefile b/net/netembryo/Makefile index 50bd4b5e847c..9f1fac89867f 100644 --- a/net/netembryo/Makefile +++ b/net/netembryo/Makefile @@ -15,10 +15,12 @@ COMMENT= A network abstraction library used by for feng, libnemesi, felix LICENSE= LGPL21 +BUILD_DEPENDS= pkg-config>0:${PORTSDIR}/devel/pkg-config + GNU_CONFIGURE= yes USE_GMAKE= yes USE_BZIP2= yes USE_LDCONFIG= yes -USE_GNOME= pkgconfig gnomehack +USE_GNOME= gnomehack .include <bsd.port.mk> |