diff options
author | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-15 00:26:45 +0000 |
---|---|---|
committer | Christian Weisgerber <naddy@FreeBSD.org> | 2003-06-15 00:26:45 +0000 |
commit | 6b922f34c9ede3502217149cbca02cfeecf5d611 (patch) | |
tree | 3b7f2492dd5c79e62923eb5477d93362d58966fd /graphics/xpaint/Makefile | |
parent | e7ef71bea544a45fb36a64921c0abfe2c91e8de9 (diff) |
Notes
Diffstat (limited to 'graphics/xpaint/Makefile')
-rw-r--r-- | graphics/xpaint/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index edd225fcb9c1..9e7020ef26ff 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,8 +6,7 @@ # PORTNAME= xpaint -PORTVERSION= 2.6.9 -PORTREVISION= 1 +PORTVERSION= 2.7.0 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ @@ -22,7 +21,7 @@ LIB_DEPENDS= tiff.4:${PORTSDIR}/graphics/tiff \ USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes -ALL_TARGET= xaw +ALL_TARGET= xaw95static MAN1= xpaint.1 |