summaryrefslogtreecommitdiff
path: root/editors/abiword
diff options
context:
space:
mode:
authortron <tron>2001-03-04 09:06:09 +0000
committertron <tron>2001-03-04 09:06:09 +0000
commit94d466244710de6ccb64bed3cdcaea81abc20fdf (patch)
tree386a9cc302ef515d46074f8ce0f95786725af501 /editors/abiword
parent82317d5211acc380c7f06b6f1e7b05be69fe3914 (diff)
downloadpkgsrc-94d466244710de6ccb64bed3cdcaea81abc20fdf.tar.gz
Because the minor number of the PNG library was increased packages compiled
using the newest PNG library won't work on system with an older one. To prevent such problems with precompiled binary packages require at least "png-1.0.9nb1" in all dependences.
Diffstat (limited to 'editors/abiword')
-rw-r--r--editors/abiword/Makefile7
1 files changed, 3 insertions, 4 deletions
diff --git a/editors/abiword/Makefile b/editors/abiword/Makefile
index b641ab4e736..0bdc4c14bc7 100644
--- a/editors/abiword/Makefile
+++ b/editors/abiword/Makefile
@@ -1,11 +1,10 @@
-# $NetBSD: Makefile,v 1.15 2001/02/16 14:40:48 wiz Exp $
+# $NetBSD: Makefile,v 1.16 2001/03/04 09:06:10 tron Exp $
#
-
# According to AbiSource's explanation of their trademark rights,
# compilations/distributions of AbiWord not provided by AbiSource must
# be named "AbiWord Personal" or some name completely unlike AbiSource's
# registered trademarks.
-#
+
DISTNAME= abi-${ABIWORD_VERS}
PKGNAME= abiword-personal-${ABIWORD_VERS}
ABIWORD_VERS= 0.7.10
@@ -21,7 +20,7 @@ COMMENT= Open Source cross-platform word processor
BUILD_DEPENDS+= ${LOCALBASE}/bin/unzip:../../archivers/unzip
DEPENDS+= ispell-*:../../textproc/ispell
DEPENDS+= gtk+-1.2.*:../../x11/gtk
-DEPENDS+= png>=1.0.6:../../graphics/png
+DEPENDS+= png>1.0.9:../../graphics/png
USE_X11= YES
USE_XPM= YES