diff options
author | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2006-02-23 18:40:44 +0800 |
commit | da880765886f48c0ac8fd253e5601d04ea853215 (patch) | |
tree | 55155f50e8a40ea2e2a16e2331e8cbb919b7d04f /graphics/gltt | |
parent | ba4beb1ea11e6147a9b30969be42685d1c709e56 (diff) | |
download | freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.gz freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.tar.zst freebsd-ports-gnome-da880765886f48c0ac8fd253e5601d04ea853215.zip |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'graphics/gltt')
-rw-r--r-- | graphics/gltt/Makefile | 4 | ||||
-rw-r--r-- | graphics/gltt/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/graphics/gltt/Makefile b/graphics/gltt/Makefile index dfdae5d19615..e71b1ae6d974 100644 --- a/graphics/gltt/Makefile +++ b/graphics/gltt/Makefile @@ -7,7 +7,7 @@ PORTNAME= gltt PORTVERSION= 2.5.2 -PORTREVISION= 3 +PORTREVISION= 4 CATEGORIES= graphics MASTER_SITES= http://gltt.sourceforge.net/download/ @@ -19,7 +19,7 @@ LIB_DEPENDS= glut.4:${PORTSDIR}/graphics/libglut USE_X_PREFIX= yes USE_FREETYPE= yes USE_GMAKE= yes -USE_AUTOTOOLS= libtool:13:inc +GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ LIBS="-L${X11BASE}/lib" diff --git a/graphics/gltt/pkg-plist b/graphics/gltt/pkg-plist index cadf785cdef7..17b8eb044647 100644 --- a/graphics/gltt/pkg-plist +++ b/graphics/gltt/pkg-plist @@ -18,6 +18,7 @@ include/gltt/GLTTPixmapFont.h include/gltt/GLTTboolean.h include/gltt/GLTTminmax.h lib/libgltt.a +lib/libgltt.la lib/libgltt.so lib/libgltt.so.0 @dirrm include/gltt |