aboutsummaryrefslogtreecommitdiff
path: root/graphics/libgltext
diff options
context:
space:
mode:
authorJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-08 15:49:59 +0000
committerJose Alonso Cardenas Marquez <acm@FreeBSD.org>2009-01-08 15:49:59 +0000
commit9411e7c1313aa105b2f77a21b214c235d8dd5b8c (patch)
tree1b7d6f1077c9cdf05cd770f883617bf32cbf359a /graphics/libgltext
parentbef950a5be8d4d9e23eed927cc4685df4d7698f4 (diff)
downloadports-9411e7c1313aa105b2f77a21b214c235d8dd5b8c.tar.gz
ports-9411e7c1313aa105b2f77a21b214c235d8dd5b8c.zip
- Fix typo
- Bump PORTREVISION Reported by: pav
Notes
Notes: svn path=/head/; revision=225462
Diffstat (limited to 'graphics/libgltext')
-rw-r--r--graphics/libgltext/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/libgltext/Makefile b/graphics/libgltext/Makefile
index 88cdee566950..5496b1d4c452 100644
--- a/graphics/libgltext/Makefile
+++ b/graphics/libgltext/Makefile
@@ -7,7 +7,7 @@
PORTNAME= libgltext
PORTVERSION= 0.3.1
-PORTREVISION= 2
+PORTREVISION= 3
CATEGORIES= graphics
MASTER_SITES= SF/gltext
DISTNAME= gltext-${PORTVERSION}
@@ -21,7 +21,7 @@ USE_AUTOTOOLS= libtool:15
USE_GL= glu
USE_GMAKE= yes
GNU_CONFIGURE= yes
-USE_LCONFIG= yes
+USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"