diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2010-06-05 17:15:38 +0000 |
commit | 030f3c38724d4cee3d85538c85ca8870e92aeb9a (patch) | |
tree | c6236e4e5265ef0a32075e008a4ba2fd38344238 /x11-toolkits | |
parent | 33ad0f196273febb1046ec439a208fd82d1471e8 (diff) | |
download | ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.tar.gz ports-030f3c38724d4cee3d85538c85ca8870e92aeb9a.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/gtkglextmm/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/libsexy/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/py-gnome2/Makefile | 2 |
4 files changed, 8 insertions, 3 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index f573ae8201cf..41f9423adc8d 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkglext PORTVERSION= 1.2.0 -PORTREVISION= 7 +PORTREVISION= 8 CATEGORIES= x11-toolkits MASTER_SITES= SF DIST_SUBDIR= gnome2 @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= An OpenGL extension to GTK USE_BZIP2= yes +USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GL= yes USE_XORG= xt diff --git a/x11-toolkits/gtkglextmm/Makefile b/x11-toolkits/gtkglextmm/Makefile index 8a822dbf4609..d6491c7b6c3f 100644 --- a/x11-toolkits/gtkglextmm/Makefile +++ b/x11-toolkits/gtkglextmm/Makefile @@ -7,7 +7,7 @@ PORTNAME= gtkglextmm PORTVERSION= 1.2.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= x11-toolkits MASTER_SITES= SF/gtkglext/${PORTNAME}/${PORTVERSION} @@ -18,6 +18,7 @@ LIB_DEPENDS= gtkglext-x11-1.0.0:${PORTSDIR}/x11-toolkits/gtkglext \ gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 USE_BZIP2= yes +USE_GETTEXT= yes USE_GNOME= gnomehack gnomeprefix gnometarget gtk20 USE_GMAKE= yes USE_AUTOTOOLS= libtool:22 diff --git a/x11-toolkits/libsexy/Makefile b/x11-toolkits/libsexy/Makefile index b887cbf64e11..9e7d919b63d3 100644 --- a/x11-toolkits/libsexy/Makefile +++ b/x11-toolkits/libsexy/Makefile @@ -7,7 +7,7 @@ PORTNAME= libsexy PORTVERSION= 0.1.11 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= x11-toolkits devel MASTER_SITES= http://freebsd.unixfreunde.de/sources/ \ http://releases.chipx86.com/libsexy/libsexy/ @@ -20,6 +20,7 @@ LIB_DEPENDS= enchant:${PORTSDIR}/textproc/enchant RUN_DEPENDS:= ${BUILD_DEPENDS} USE_AUTOTOOLS= libtool:22 +USE_GETTEXT= yes USE_GNOME= gnomehack lthack gtk20 libxml2 USE_LDCONFIG= yes GNU_CONFIGURE= yes diff --git a/x11-toolkits/py-gnome2/Makefile b/x11-toolkits/py-gnome2/Makefile index 1e950356c24f..1cfafca78f69 100644 --- a/x11-toolkits/py-gnome2/Makefile +++ b/x11-toolkits/py-gnome2/Makefile @@ -8,6 +8,7 @@ PORTNAME= gnome PORTVERSION= 2.28.1 +PORTREVISION= 1 CATEGORIES= x11-toolkits python gnome MASTER_SITES= GNOME MASTER_SITE_SUBDIR= sources/gnome-python/${PORTVERSION:C/^([0-9]+\.[0-9]+).*/\1/} @@ -26,6 +27,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_PYTHON= yes USE_LDCONFIG= yes +USE_GETTEXT= yes USE_GNOME= gnomehack libgnomeui pygtk2 GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |