diff options
author | acm <acm@FreeBSD.org> | 2009-01-08 23:49:59 +0800 |
---|---|---|
committer | acm <acm@FreeBSD.org> | 2009-01-08 23:49:59 +0800 |
commit | 2ac63c7ca63823837f6d855bd5951c605cbd3350 (patch) | |
tree | b6ee5a1a233d9cc31cc3609b6b5cc955ce5cfb37 | |
parent | dcf234e65ca84741db0a2943adee7bc38a926c26 (diff) | |
download | freebsd-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/Makefile | 4 |
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}" |