diff options
author | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
---|---|---|
committer | bsam <bsam@FreeBSD.org> | 2009-06-03 04:14:36 +0800 |
commit | 9a443b130b2484dd7e28b54d71748ce7d8ec8f2d (patch) | |
tree | 0fe6f4482a72e9d25636afc6a0d57dcb51e19c2d /graphics/linux-f8-gdk-pixbuf | |
parent | e40d48ddb4b8eeb3f1e61eee3899767b5987d239 (diff) | |
download | freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.gz freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.tar.zst freebsd-ports-gnome-9a443b130b2484dd7e28b54d71748ce7d8ec8f2d.zip |
. add CONFLICTS to linux-f8 infrastructure ports;
. bump PORTREVISIONs.
Diffstat (limited to 'graphics/linux-f8-gdk-pixbuf')
-rw-r--r-- | graphics/linux-f8-gdk-pixbuf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/linux-f8-gdk-pixbuf/Makefile b/graphics/linux-f8-gdk-pixbuf/Makefile index 6aafda7bec3e..a2814afd69df 100644 --- a/graphics/linux-f8-gdk-pixbuf/Makefile +++ b/graphics/linux-f8-gdk-pixbuf/Makefile @@ -7,6 +7,7 @@ PORTNAME= gdk-pixbuf PORTVERSION= 0.22.0 +PORTREVISION= 1 CATEGORIES= graphics linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= Image loading library for GTK+ (Linux Fedora 8) +CONFLICTS= linux-gdk-pixbuf-[0-9]* linux-f10-gdk-pixbuf-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes LINUX_DIST_VER= 8 |