diff options
author | Vasil Dimov <vd@FreeBSD.org> | 2010-04-14 12:44:34 +0000 |
---|---|---|
committer | Vasil Dimov <vd@FreeBSD.org> | 2010-04-14 12:44:34 +0000 |
commit | 875cbe75a87041c12a9c7188d75bd97ffc4abb09 (patch) | |
tree | 29b1a181aef5da2a5ea5dd19e079380c2da4ad71 /graphics | |
parent | f0b7004cca8927a615ab913e85fbfd79f1d38100 (diff) |
Notes
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/xaralx/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/graphics/xaralx/Makefile b/graphics/xaralx/Makefile index c761b45ec4db..b1cc5143a9e6 100644 --- a/graphics/xaralx/Makefile +++ b/graphics/xaralx/Makefile @@ -17,6 +17,11 @@ DISTFILES?= ${PORTNAME}Src-${PORTVERSION}.tar.bz2 MAINTAINER= vd@FreeBSD.org COMMENT?= Top-tier vector/general purpose graphics program (recommended version) +IGNORE= does not compile with png-1.4 +DEPRECATED= Does not compile with png-1.4 and latest version is from Aug 2006 +# be sure not to forget to remove the slave port graphics/xaralx-devel +EXPIRATION_DATE=2010-06-14 + USE_BZIP2= yes BUILD_DEPENDS+= pkg-config:${PORTSDIR}/devel/pkg-config \ |