diff options
Diffstat (limited to 'net/silc-client/Makefile')
-rw-r--r-- | net/silc-client/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/silc-client/Makefile b/net/silc-client/Makefile index 3d2fbfb40243..5cc44a0b5880 100644 --- a/net/silc-client/Makefile +++ b/net/silc-client/Makefile @@ -28,7 +28,8 @@ RUN_DEPENDS= ${LOCALBASE}/share/doc/silc/CREDITS:${.CURDIR}/../silc-doc USE_BZIP2= yes USE_PERL5= yes GNU_CONFIGURE= yes -USE_GLIB= yes +USE_GNOMENG= yes +USE_GNOME= glib12 CONFIGURE_ARGS= --with-etcdir=${PREFIX}/etc/${PORTNAME} \ --with-helpdir=${PREFIX}/share/${PORTNAME}/help PLIST_SUB= INSTALL_DIR="${INSTALL_DIR}" |