From 2dd61aca4b22d055ca2cba8fa904544f3f8cc39f Mon Sep 17 00:00:00 2001 From: miwi Date: Sat, 22 Mar 2008 08:55:40 +0000 Subject: - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Bump PORTREVISION Approved by: portmgr (xorg cleanup) --- graphics/libgltext/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'graphics/libgltext') 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 -- cgit