diff options
Diffstat (limited to 'x11-toolkits/gtkglarea/Makefile')
-rw-r--r-- | x11-toolkits/gtkglarea/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/gtkglarea/Makefile b/x11-toolkits/gtkglarea/Makefile index ee2b896c0317..59cad7112436 100644 --- a/x11-toolkits/gtkglarea/Makefile +++ b/x11-toolkits/gtkglarea/Makefile @@ -7,6 +7,7 @@ PORTNAME= gtkglarea PORTVERSION= 1.2.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_DEBIAN_POOL} DISTNAME= ${PORTNAME}_${PORTVERSION}.orig @@ -19,7 +20,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} USE_X_PREFIX= yes USE_GL= yes USE_GNOME= gnometarget gtk12 lthack -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ LDFLAGS="-L${LOCALBASE}/lib -lstdc++ ${PTHREAD_LIBS}" CONFIGURE_ARGS= --with-lib-GL |