aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits/gtkglarea/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/gtkglarea/Makefile')
-rw-r--r--x11-toolkits/gtkglarea/Makefile18
1 files changed, 8 insertions, 10 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile
index 8d50af2d108c..4b1fe3a3b2b9 100644
--- a/x11-toolkits/gtkglarea/Makefile
+++ b/x11-toolkits/gtkglarea/Makefile
@@ -1,12 +1,12 @@
-# New ports collection makefile for: gtkglarea
-# Date created: 1 August 1999
-# Whom: Michael Sardo <jaeger16@yahoo.com>
+# New ports collection makefile for: gtkglarea
+# Date created: 1 August 1999
+# Whom: Michael Sardo <jaeger16@yahoo.com>
#
# $FreeBSD$
#
PORTNAME= gtkglarea
-PORTVERSION= 1.2.1
+PORTVERSION= 1.2.2
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.student.oulu.fi/~jlof/gtkglarea/download/
@@ -15,12 +15,10 @@ MAINTAINER= jaeger16@yahoo.com
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \
GL.14:${PORTSDIR}/graphics/Mesa3
-FETCH_BEFORE_ARGS= -b
-USE_LIBTOOL= yes
-CONFIGURE_ARGS= --with-lib-MesaGL
-CONFIGURE_ENV= LOCALBASE=${LOCALBASE} GTK_CONFIG=${X11BASE}/bin/gtk12-config
+GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
-post-install:
- @${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/lib
+USE_LIBTOOL= yes
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ARGS= --with-lib-MesaGL
.include <bsd.port.mk>