diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 04:22:26 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-04-16 04:22:26 +0000 |
commit | 1c2d2cc790860600b114dd2bf4221ddb155551c3 (patch) | |
tree | a069cb8b2fa312d2c900a309518ebe6f1e4516bb /editors/abiword | |
parent | 1ec282abdbe27806ac9bec5572b792f313245158 (diff) | |
download | ports-1c2d2cc790860600b114dd2bf4221ddb155551c3.tar.gz ports-1c2d2cc790860600b114dd2bf4221ddb155551c3.zip |
Notes
Diffstat (limited to 'editors/abiword')
-rw-r--r-- | editors/abiword/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 33d624f5724f..8c7ef29a65db 100644 --- a/editors/abiword/Makefile +++ b/editors/abiword/Makefile @@ -49,8 +49,7 @@ BROKEN= "This port cannot be built when textproc/wv is installed because of a he .endif .if ${HAVE_GNOME:Mnautilus2}!="" && ${HAVE_GNOME:Mgal2}!="" -LIB_DEPENDS+= nautilus.2:${PORTSDIR}/x11-fm/nautilus2 \ - gal-2.0.1:${PORTSDIR}/x11-toolkits/gal2 +USE_GNOME+= nautilus2 gal2 CONFIGURE_ARGS+= --enable-gnome PLIST_SUB+= GNOME:="" PKGNAMESUFFIX= -gnome |