diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-03 20:52:11 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2004-01-03 20:52:11 +0000 |
commit | bd3610a0684128fff2ca39a5f3a2590bbb80fe4c (patch) | |
tree | 7f6ab529864e42e962a5132a61a913f591e5b171 | |
parent | daf5ab8e920f5e61f890fefce761fd1ab18f0eb0 (diff) | |
download | ports-bd3610a0684128fff2ca39a5f3a2590bbb80fe4c.tar.gz ports-bd3610a0684128fff2ca39a5f3a2590bbb80fe4c.zip |
Notes
-rw-r--r-- | net/silky/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/silky/Makefile b/net/silky/Makefile index 54f9aca59863..20013cc78d9a 100644 --- a/net/silky/Makefile +++ b/net/silky/Makefile @@ -25,7 +25,7 @@ CONFIGURE_ARGS= --with-silc-includes=${LOCALBASE}/include/silc \ CONFIGURE_ENV= LDFLAGS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" CFLAGS+= ${PTHREAD_CFLAGS} -USE_GNOME= gtk20 +USE_GNOME= gtk20 libglade2 USE_GMAKE= yes USE_PERL5= yes USE_X_PREFIX= yes |