diff options
author | tron <tron> | 2001-03-04 09:06:09 +0000 |
---|---|---|
committer | tron <tron> | 2001-03-04 09:06:09 +0000 |
commit | 94d466244710de6ccb64bed3cdcaea81abc20fdf (patch) | |
tree | 386a9cc302ef515d46074f8ce0f95786725af501 /editors | |
parent | 82317d5211acc380c7f06b6f1e7b05be69fe3914 (diff) | |
download | pkgsrc-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')
-rw-r--r-- | editors/abiword/Makefile | 7 | ||||
-rw-r--r-- | editors/xemacs/Makefile | 4 |
2 files changed, 5 insertions, 6 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 diff --git a/editors/xemacs/Makefile b/editors/xemacs/Makefile index c2d1fd1ac0b..91071747d04 100644 --- a/editors/xemacs/Makefile +++ b/editors/xemacs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2001/02/25 04:17:45 hubertf Exp $ +# $NetBSD: Makefile,v 1.32 2001/03/04 09:06:10 tron Exp $ # FreeBSD Id: Makefile,v 1.1.1.1 1997/09/03 19:27:57 gj Exp DISTNAME= xemacs-21.1.14 @@ -16,7 +16,7 @@ HOMEPAGE= http://www.xemacs.org/ COMMENT= XEmacs text editor version 21 DEPENDS+= gdbm>=1.7.3:../../databases/gdbm -DEPENDS+= png>=1.0.6:../../graphics/png +DEPENDS+= png>1.0.9:../../graphics/png DEPENDS+= tiff-*:../../graphics/tiff DEPENDS+= jpeg-*:../../graphics/jpeg |