diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2009-04-01 10:10:16 +0000 |
commit | 7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6 (patch) | |
tree | 0b883044e43a8529699bff24a4e0487e663a0177 /graphics/linux-png | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) |
Notes
Diffstat (limited to 'graphics/linux-png')
-rw-r--r-- | graphics/linux-png/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/graphics/linux-png/Makefile b/graphics/linux-png/Makefile index 10c3d3261f22..1b18f7dd1a79 100644 --- a/graphics/linux-png/Makefile +++ b/graphics/linux-png/Makefile @@ -7,13 +7,15 @@ PORTNAME= png PORTVERSION= 1.2.8 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= graphics linux DISTNAME= libpng-${PORTVERSION}-2 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the PNG lib +CONFLICTS= linux-f8-png-[0-9]* + # no alpha rpm is available ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes |