diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-09-30 00:09:15 +0800 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-09-30 00:09:15 +0800 |
commit | 06df502595cb18a7c6531a0c785e9e3dfab0c227 (patch) | |
tree | c4e2b3bf85d71734f4b65146d6ecc21fb16f7c75 /graphics/xpaint | |
parent | 67f489985778f56bf5050141b8b50402dd07ea76 (diff) | |
download | freebsd-ports-gnome-06df502595cb18a7c6531a0c785e9e3dfab0c227.tar.gz freebsd-ports-gnome-06df502595cb18a7c6531a0c785e9e3dfab0c227.tar.zst freebsd-ports-gnome-06df502595cb18a7c6531a0c785e9e3dfab0c227.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.
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 |