diff options
author | chuckr <chuckr@FreeBSD.org> | 1996-09-29 16:09:15 +0000 |
---|---|---|
committer | chuckr <chuckr@FreeBSD.org> | 1996-09-29 16:09:15 +0000 |
commit | 06df502595cb18a7c6531a0c785e9e3dfab0c227 (patch) | |
tree | c4e2b3bf85d71734f4b65146d6ecc21fb16f7c75 /graphics/xpaint/Makefile | |
parent | 67f489985778f56bf5050141b8b50402dd07ea76 (diff) | |
download | FreeBSD-ports-06df502595cb18a7c6531a0c785e9e3dfab0c227.zip FreeBSD-ports-06df502595cb18a7c6531a0c785e9e3dfab0c227.tar.gz |
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/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 0629567..d2ba853 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 |