diff options
author | marcus <marcus@FreeBSD.org> | 2003-04-16 04:22:26 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2003-04-16 04:22:26 +0000 |
commit | ade0066151001fde96fed55335e671083ea14ff5 (patch) | |
tree | 6968051126460ec4c7d37fbe187227506ed40977 /editors | |
parent | 5e92e53f0378260949e4ea64d1d74827dd136895 (diff) | |
download | FreeBSD-ports-ade0066151001fde96fed55335e671083ea14ff5.zip FreeBSD-ports-ade0066151001fde96fed55335e671083ea14ff5.tar.gz |
Complete conversion to new GNOME infrastructure.
Diffstat (limited to 'editors')
-rw-r--r-- | editors/AbiWord2/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword-devel/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword/Makefile | 3 |
3 files changed, 3 insertions, 6 deletions
diff --git a/editors/AbiWord2/Makefile b/editors/AbiWord2/Makefile index 33d624f..8c7ef29 100644 --- a/editors/AbiWord2/Makefile +++ b/editors/AbiWord2/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 diff --git a/editors/abiword-devel/Makefile b/editors/abiword-devel/Makefile index 33d624f..8c7ef29 100644 --- a/editors/abiword-devel/Makefile +++ b/editors/abiword-devel/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 diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile index 33d624f..8c7ef29 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 |