diff options
author | xtraeme <xtraeme> | 2003-12-21 09:24:39 +0000 |
---|---|---|
committer | xtraeme <xtraeme> | 2003-12-21 09:24:39 +0000 |
commit | dc9f39292f87f75a3d3495f6a29b666de5cce1e3 (patch) | |
tree | 4187857cdd40af0a54bea98ef21be6bb9944c929 /editors | |
parent | 27cea4f2277fe3a340d04fad29b95b07809dc047 (diff) | |
download | pkgsrc-dc9f39292f87f75a3d3495f6a29b666de5cce1e3.tar.gz |
abiword2-gnome install the same files
with or without --disable-gnome :/ (pointed out by Martti Kuparinen).
Diffstat (limited to 'editors')
-rw-r--r-- | editors/Makefile | 3 | ||||
-rw-r--r-- | editors/abiword2-gnome/Makefile | 18 |
2 files changed, 1 insertions, 20 deletions
diff --git a/editors/Makefile b/editors/Makefile index a4a1d90a560..07319751b99 100644 --- a/editors/Makefile +++ b/editors/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.92 2003/12/18 09:45:51 wiz Exp $ +# $NetBSD: Makefile,v 1.93 2003/12/21 09:24:39 xtraeme Exp $ # COMMENT= Editors @@ -6,7 +6,6 @@ COMMENT= Editors SUBDIR+= TeXmacs SUBDIR+= abiword SUBDIR+= abiword2 -SUBDIR+= abiword2-gnome SUBDIR+= beav SUBDIR+= beaver SUBDIR+= biew diff --git a/editors/abiword2-gnome/Makefile b/editors/abiword2-gnome/Makefile deleted file mode 100644 index 6c3531f7c15..00000000000 --- a/editors/abiword2-gnome/Makefile +++ /dev/null @@ -1,18 +0,0 @@ -# $NetBSD: Makefile,v 1.1.1.1 2003/12/14 03:25:19 xtraeme Exp $ -# - -.include "${.CURDIR}/../../editors/abiword2/Makefile.common" - -PKGNAME= abiword2-gnome-${DIST_VER} -COMMENT= Abiword 2.0 (GNOME 2) - -DEPENDS= gnome2-dirs>=1.2:../../misc/gnome2-dirs - -CONFIGURE_ARGS+= --enable-gnome - -PLIST_SUBST+= WITH_GNOME="" - -CONFLICTS= abiword2-[0-9]* - -.include "../../devel/libgnomeui/buildlink2.mk" -.include "../../mk/bsd.pkg.mk" |