aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracm <acm@FreeBSD.org>2009-01-08 23:49:59 +0800
committeracm <acm@FreeBSD.org>2009-01-08 23:49:59 +0800
commit2ac63c7ca63823837f6d855bd5951c605cbd3350 (patch)
treeb6ee5a1a233d9cc31cc3609b6b5cc955ce5cfb37
parentdcf234e65ca84741db0a2943adee7bc38a926c26 (diff)
downloadfreebsd-ports-gnome-2ac63c7ca63823837f6d855bd5951c605cbd3350.tar.gz
freebsd-ports-gnome-2ac63c7ca63823837f6d855bd5951c605cbd3350.tar.zst
freebsd-ports-gnome-2ac63c7ca63823837f6d855bd5951c605cbd3350.zip
- Fix typo
- Bump PORTREVISION Reported by: pav
-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}"