diff options
author | naddy <naddy@FreeBSD.org> | 2003-06-15 00:26:45 +0000 |
---|---|---|
committer | naddy <naddy@FreeBSD.org> | 2003-06-15 00:26:45 +0000 |
commit | ea5b6a2c6cf6367a42a170654d2e8daf9a722851 (patch) | |
tree | 44fbf615cf09062e704e7437710e8d6946c7a471 /graphics/xpaint/Makefile | |
parent | 654347283388124e52cd4aca56001d2c4d8efee4 (diff) | |
download | FreeBSD-ports-ea5b6a2c6cf6367a42a170654d2e8daf9a722851.zip FreeBSD-ports-ea5b6a2c6cf6367a42a170654d2e8daf9a722851.tar.gz |
Update to version 2.7.0.
PR: 53285
Submitted by: Ports Fury
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 edd225f..9e7020e 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 |