diff options
Diffstat (limited to 'net/dctc')
-rw-r--r-- | net/dctc/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/dctc/Makefile b/net/dctc/Makefile index 412228af02c5..45410abcd11e 100644 --- a/net/dctc/Makefile +++ b/net/dctc/Makefile @@ -17,7 +17,8 @@ BUILD_DEPENDS= makedepend:${PORTSDIR}/devel/makedepend LIB_DEPENDS= db4.0:${PORTSDIR}/databases/db4 \ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include \ |