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/gtkglext | |
parent | 33ad0f196273febb1046ec439a208fd82d1471e8 (diff) |
Add more USE_GETTEXT macros, and bump PORTREVISIONs.
Reported by: amdmi3
Notes
Notes:
svn path=/head/; revision=255821
Diffstat (limited to 'x11-toolkits/gtkglext')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 3 |
1 files changed, 2 insertions, 1 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 |