diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 11:59:55 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2016-11-11 11:59:55 +0000 |
commit | 68036db43cd9e32a2ec74856b4fbc1e3c580c064 (patch) | |
tree | 967a60b52a2c6a55eb62c604ab020d429226e211 /x11-toolkits | |
parent | e0ad301ffd7316129f28f9cb1d47b374bf2f8daf (diff) |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 17a0aea2ac2d..3c86f7f02a26 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -3,7 +3,7 @@ PORTNAME= gnustep-gui PORTVERSION= 0.24.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits gnustep MASTER_SITES= GNUSTEP/core @@ -23,6 +23,7 @@ DOCS_BUILD_DEPENDS= texi2html:textproc/texi2html \ LIB_DEPENDS+= libtiff.so:graphics/tiff LIB_DEPENDS+= libpng.so:graphics/png LIB_DEPENDS+= libgif.so:graphics/giflib +LIB_DEPENDS+= libicui18n.so:devel/icu LIB_DEPENDS+= libsndfile.so:audio/libsndfile LIB_DEPENDS+= libao.so:audio/libao BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:audio/flite |