diff options
author | Boris Samorodov <bsam@FreeBSD.org> | 2008-10-13 11:07:11 +0000 |
---|---|---|
committer | Boris Samorodov <bsam@FreeBSD.org> | 2008-10-13 11:07:11 +0000 |
commit | 257f0b75df984f2f2cb052b07523ee79a903c1db (patch) | |
tree | 0ecbea418a695a59a9e642b84ce1aa9a6d88e26d | |
parent | OpenLieroX is based and compatible to the famous LieroX. LieroX is (diff) |
. add linux_base-fc6, linux_base-f7, linux_base-f8 to CONFLICTS;
. bump PORTREVISION.
Notes
Notes:
svn path=/head/; revision=221529
-rw-r--r-- | devel/linux-glib2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/devel/linux-glib2/Makefile b/devel/linux-glib2/Makefile index e7a8a4cb0e14..f8db77d56ef6 100644 --- a/devel/linux-glib2/Makefile +++ b/devel/linux-glib2/Makefile @@ -7,12 +7,15 @@ PORTNAME= glib2 PORTVERSION= 2.6.6 +PORTREVISION= 1 CATEGORIES= devel linux DISTNAME= ${PORTNAME}-${PORTVERSION}-1 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= Version 2.X Linux/i386 binary port of GLib +CONFLICTS= linux_base-fc6 linux_base-f7 linux_base-f8 + USE_LINUX_RPM= yes LINUX_DIST_VER= 4 USE_LDCONFIG= yes |