diff options
author | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-04 20:05:07 +0000 |
---|---|---|
committer | Norikatsu Shigemura <nork@FreeBSD.org> | 2003-04-04 20:05:07 +0000 |
commit | ac37c7f2312b481c30a170937701f2124bc3a251 (patch) | |
tree | 6acc895f672ffa818b9abee4951a5da9b3524600 /x11-toolkits/gtkglext/Makefile | |
parent | After repo copy from graphics category to newly create multimedia (diff) |
Update to 0.7.1.
PR: ports/50594
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer)
Notes
Notes:
svn path=/head/; revision=78198
Diffstat (limited to 'x11-toolkits/gtkglext/Makefile')
-rw-r--r-- | x11-toolkits/gtkglext/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/x11-toolkits/gtkglext/Makefile b/x11-toolkits/gtkglext/Makefile index ad077f015248..e3fc78fea0ca 100644 --- a/x11-toolkits/gtkglext/Makefile +++ b/x11-toolkits/gtkglext/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtkglext -PORTVERSION= 0.7.0 +PORTVERSION= 0.7.1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -14,16 +14,17 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= fuyuki@hadaly.org COMMENT= An OpenGL extension to GTK -LIB_DEPENDS= gtk-x11-2.0.200:${PORTSDIR}/x11-toolkits/gtk20 - -USE_X_PREFIX= yes -USE_MESA= yes -USE_GNOMENG= yes -USE_GNOME= gnomeprefix gnomehack USE_BZIP2= yes +USE_X_PREFIX= yes +USE_GNOME= gnomeprefix gnomehack gtk20 USE_LIBTOOL= yes -INSTALLS_SHLIB= yes -#CONFIGURE_ARGS= --enable-mesa-ext USE_GMAKE= yes +INSTALLS_SHLIB= yes + +.include <bsd.port.pre.mk> + +.if ${XFREE86_VERSION} == 3 +USE_MESA= yes +.endif -.include <bsd.port.mk> +.include <bsd.port.post.mk> |