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 /x11-toolkits/linux-gtk | |
parent | 7bd0b24591110e2807f5cf55230131f5669a3dbd (diff) | |
download | ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.tar.gz ports-7aec2c3eab75e8cf9f2d3f35f3ed1120781585f6.zip |
Notes
Diffstat (limited to 'x11-toolkits/linux-gtk')
-rw-r--r-- | x11-toolkits/linux-gtk/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-toolkits/linux-gtk/Makefile b/x11-toolkits/linux-gtk/Makefile index 715acd969687..28770096b17c 100644 --- a/x11-toolkits/linux-gtk/Makefile +++ b/x11-toolkits/linux-gtk/Makefile @@ -9,13 +9,15 @@ PORTNAME= gtk PORTVERSION= 1.2.10 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits linux DISTNAME= gtk+-${PORTVERSION}-39 MAINTAINER= freebsd-emulation@FreeBSD.org COMMENT= RPM of the Gtk lib +CONFLICTS= linux-f8-gtk-[0-9]* + ONLY_FOR_ARCHS= i386 amd64 USE_LINUX_RPM= yes |