diff options
author | dinoex <dinoex@FreeBSD.org> | 2012-07-28 19:57:19 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2012-07-28 19:57:19 +0800 |
commit | a68108e810438984b5780c31467c6cb67876a41f (patch) | |
tree | a514d700a3a051c47a81cab22fc59d22ef18215b /x11-toolkits | |
parent | d0926cf8d93592c0dc9b99f7a813696e884a2126 (diff) | |
download | freebsd-ports-gnome-a68108e810438984b5780c31467c6cb67876a41f.tar.gz freebsd-ports-gnome-a68108e810438984b5780c31467c6cb67876a41f.tar.zst freebsd-ports-gnome-a68108e810438984b5780c31467c6cb67876a41f.zip |
- disable PORTSDOC, dvi2pdf is now broken
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gnustep-gui/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-toolkits/gnustep-gui/Makefile b/x11-toolkits/gnustep-gui/Makefile index 3ceca60a3a0d..c1e13a7f73a7 100644 --- a/x11-toolkits/gnustep-gui/Makefile +++ b/x11-toolkits/gnustep-gui/Makefile @@ -29,8 +29,6 @@ BUILD_DEPENDS+= ${LOCALBASE}/lib/libflite.a:${PORTSDIR}/audio/flite LICENSE_COMB= multi LICENSE= GPLv3 LGPL3 -BROKEN= incorrect plist - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-tiff-library=${LOCALBASE}/lib CONFIGURE_ARGS+= --with-tiff-include=${LOCALBASE}/include @@ -46,6 +44,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_BASE= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_SYSTEM_LIBRARIES} USE_XORG= x11 xt +NOPORTDOCS= dvi2pdf broken EXTRA_PATCHES+= ${FILESDIR}/GNUmakefile.patch EXTRA_PATCHES+= ${FILESDIR}/AudioOutputSink.m.patch |