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 /devel/linux-f8-libglade2 | |
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 'devel/linux-f8-libglade2')
-rw-r--r-- | devel/linux-f8-libglade2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/linux-f8-libglade2/Makefile b/devel/linux-f8-libglade2/Makefile index 82d6afa232e8..f09e5647653a 100644 --- a/devel/linux-f8-libglade2/Makefile +++ b/devel/linux-f8-libglade2/Makefile @@ -7,6 +7,7 @@ PORTNAME= libglade2 PORTVERSION= 2.6.2 +PORTREVISION= 1 CATEGORIES= devel linux PKGNAMEPREFIX= linux-f8- DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} @@ -14,6 +15,8 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-${RPMVERSION} MAINTAINER= emulation@FreeBSD.org COMMENT= RPM of libglade2 (Linux Fedora 8) +CONFLICTS= linux-libglade2-[0-9]* linux-f10-libglade2-[0-9]* + USE_LINUX_RPM= yes LINUX_DIST_VER= 8 RPMVERSION= 3.fc8 |