diff options
author | pav <pav@FreeBSD.org> | 2005-04-11 01:10:49 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2005-04-11 01:10:49 +0800 |
commit | 59d88c6820d66fa80727e2553110f49cb8146c16 (patch) | |
tree | 845257da19b1c86247955b048bfd5a07daa13180 /graphics | |
parent | 5b0863af0942c3f291e82d109b8b3978e0773c05 (diff) | |
download | freebsd-ports-gnome-59d88c6820d66fa80727e2553110f49cb8146c16.tar.gz freebsd-ports-gnome-59d88c6820d66fa80727e2553110f49cb8146c16.tar.zst freebsd-ports-gnome-59d88c6820d66fa80727e2553110f49cb8146c16.zip |
- Update to 2.7.6.2
PR: ports/79752
Submitted by: Ports Fury
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xpaint/Makefile | 11 | ||||
-rw-r--r-- | graphics/xpaint/distinfo | 4 |
2 files changed, 8 insertions, 7 deletions
diff --git a/graphics/xpaint/Makefile b/graphics/xpaint/Makefile index 02d3cca39710..2e00c2c94961 100644 --- a/graphics/xpaint/Makefile +++ b/graphics/xpaint/Makefile @@ -6,11 +6,12 @@ # PORTNAME= xpaint -PORTVERSION= 2.7.6 +PORTVERSION= 2.7.6.2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ ftp://ftp.ac-grenoble.fr/Office/ MASTER_SITE_SUBDIR= sf-${PORTNAME} +DISTNAME= ${PORTNAME}-${PORTVERSION:R}_${PORTVERSION:E} MAINTAINER= ports@FreeBSD.org COMMENT= A simple paint program @@ -18,20 +19,20 @@ COMMENT= A simple paint program LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:R} + USE_BZIP2= yes USE_IMAKE= yes USE_XPM= yes MAN1= xpaint.1 -CFLAGS+= -DARROW_SCROLLBAR - .if defined(WITH_NEXTAW) -LIB_DEPENDS+= neXtaw.${XAWVER}:${PORTSDIR}/x11-toolkits/neXtaw +LIB_DEPENDS+= neXtaw:${PORTSDIR}/x11-toolkits/neXtaw ALL_TARGET= nextaw XAW_INCDIR= ${X11BASE}/include/X11/neXtaw .else -LIB_DEPENDS+= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS+= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d ALL_TARGET= xaw3d XAW_INCDIR= ${X11BASE}/include/X11/Xaw3d .endif diff --git a/graphics/xpaint/distinfo b/graphics/xpaint/distinfo index c519335528fe..dcb5f55921d8 100644 --- a/graphics/xpaint/distinfo +++ b/graphics/xpaint/distinfo @@ -1,2 +1,2 @@ -MD5 (xpaint-2.7.6.tar.bz2) = ecba3402cbb6404d238021cdaadcadf9 -SIZE (xpaint-2.7.6.tar.bz2) = 378529 +MD5 (xpaint-2.7.6_2.tar.bz2) = ec68b97fd8579eb25e851cb6fa92bc95 +SIZE (xpaint-2.7.6_2.tar.bz2) = 378954 |