diff options
author | Chuck Robey <chuckr@FreeBSD.org> | 1996-09-29 16:09:15 +0000 |
---|---|---|
committer | Chuck Robey <chuckr@FreeBSD.org> | 1996-09-29 16:09:15 +0000 |
commit | 76c8e0f0279104b60a2bbf7f0bda595a71a6c708 (patch) | |
tree | 1a2918867c0b0b3aa0a80f902ddc9cab2c2eddbd /graphics/xpaint | |
parent | 2b39b2c081f6f115c7b68ccea46d03dc2345f378 (diff) | |
download | ports-76c8e0f0279104b60a2bbf7f0bda595a71a6c708.tar.gz ports-76c8e0f0279104b60a2bbf7f0bda595a71a6c708.zip |
Add a dependency on libpng, and bring the port up to date with the
latest available version (2.4.3->2.4.6).
Pointed out by (among others) Andreas Klemm.
Notes
Notes:
svn path=/head/; revision=3896
Diffstat (limited to 'graphics/xpaint')
-rw-r--r-- | graphics/xpaint/Makefile | 7 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 2 | ||||
-rw-r--r-- | graphics/xpaint/pkg-descr | 2 |
3 files changed, 6 insertions, 5 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 062956782ab4..d2ba853c40a3 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -3,16 +3,17 @@ # Date created: 2 Jan 1995 # Whom: swallace # -# $Id: Makefile,v 1.7 1995/10/03 21:58:37 ache Exp $ +# $Id: Makefile,v 1.8 1996/06/15 00:51:15 asami Exp $ # -DISTNAME= xpaint-2.4.3 +DISTNAME= xpaint-2.4.6 CATEGORIES+= graphics x11 MASTER_SITES= http://www2.dk-online.dk/users/Torsten_Martinsen/xpaint/ LIB_DEPENDS= jpeg\\.6\\.:${PORTSDIR}/graphics/jpeg \ tiff\\.3\\.:${PORTSDIR}/graphics/tiff \ - Xpm\\.4\\.:${PORTSDIR}/graphics/xpm + Xpm\\.4\\.:${PORTSDIR}/graphics/xpm \ + png\\.0\\.:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/xpaint USE_IMAKE= yes diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index 412fb9b6ee79..af2cafa8728b 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1 +1 @@ -MD5 (xpaint-2.4.3.tar.gz) = 91f59ac33c67b299062890120a08735d +MD5 (xpaint-2.4.6.tar.gz) = 248c711bd385bacacd8a637d04e000b0 diff --git a/graphics/xpaint/pkg-descr b/graphics/xpaint/pkg-descr index 115dc08bfbe1..be34fca5acef 100644 --- a/graphics/xpaint/pkg-descr +++ b/graphics/xpaint/pkg-descr @@ -1,4 +1,4 @@ -XPaint 2.1.1 +XPaint 2.4.6 XPaint is a color image editing tool which features most standard paint program options. It allows for the editing of mul- tiple images simultaneously |