summaryrefslogtreecommitdiff
path: root/graphics/libgltext
diff options
context:
space:
mode:
authorMartin Wilke <miwi@FreeBSD.org>2008-03-22 08:55:40 +0000
committerMartin Wilke <miwi@FreeBSD.org>2008-03-22 08:55:40 +0000
commit2a9763f12a2973ba3a8c14259329bc467c86224a (patch)
tree8bfa861c7528e65025c0b38f5e2d2e1774daf187 /graphics/libgltext
parentUpgrade to 1.2. (diff)
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION Approved by: portmgr (xorg cleanup)
Notes
Notes: svn path=/head/; revision=209570
Diffstat (limited to 'graphics/libgltext')
-rw-r--r--graphics/libgltext/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile
index f5984535c6c3..2ebf8d9bb399 100644
--- a/graphics/libgltext/Makefile
+++ b/graphics/libgltext/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgltext
PORTVERSION= 0.3.1
-PORTREVISION= 1
+PORTREVISION= 2
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= gltext
@@ -19,7 +19,6 @@ COMMENT= Portable font rendering library for C++
LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2
USE_AUTOTOOLS= libtool:15
-USE_X_PREFIX= yes
USE_GL= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes