diff options
author | frueauf <frueauf> | 1998-12-20 15:09:30 +0000 |
---|---|---|
committer | frueauf <frueauf> | 1998-12-20 15:09:30 +0000 |
commit | 56d30192fad132af4ed5bbdafb2beea3b5fe44e5 (patch) | |
tree | a56a2bd14575b7f36b8ac7f9caf96078834d6235 /graphics/xpaint/Makefile | |
parent | 5c112e5f439d646f1155ac891a8845e28ef5182f (diff) | |
download | pkgsrc-56d30192fad132af4ed5bbdafb2beea3b5fe44e5.tar.gz |
Add CONFLICTS to the previous version.
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 8cd3e2f0c3c..b20aa91d331 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -1,8 +1,9 @@ -# $NetBSD: Makefile,v 1.12 1998/12/20 14:18:01 christos Exp $ +# $NetBSD: Makefile,v 1.13 1998/12/20 15:09:30 frueauf Exp $ # FreeBSD Id: Makefile,v 1.14 1997/08/29 12:17:50 tg Exp # DISTNAME= xpaint-2.5.6 +WRKSRC= ${WRKDIR}/xpaint CATEGORIES= graphics x11 MASTER_SITES= http://www.danbbs.dk/~torsten/xpaint/ @@ -14,7 +15,8 @@ DEPENDS+= tiff-3.4:../../graphics/tiff DEPENDS+= jpeg-6b:../../graphics/jpeg DEPENDS+= png-1.0.2:../../graphics/png -WRKSRC= ${WRKDIR}/xpaint +CONFLICTS= xpaint-2.5 + USE_IMAKE= yes pre-configure: |