diff options
author | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
---|---|---|
committer | Cheng-Lung Sung <clsung@FreeBSD.org> | 2006-08-14 23:06:39 +0000 |
commit | 10ddcca177d6d91079be1d2569dae59e314d70c9 (patch) | |
tree | 99a6744dc9660c3435aa9d77234a5901dd589105 /graphics/oglext | |
parent | 4de56a776b06e3e1141de9f8098f35898c845484 (diff) |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include dns/ editors/ emulators/ finance/
games/ graphics/ maintained by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Notes
Notes:
svn path=/head/; revision=170640
Diffstat (limited to 'graphics/oglext')
-rw-r--r-- | graphics/oglext/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/oglext/Makefile b/graphics/oglext/Makefile index 473f45a11a56..3bf75da8f10c 100644 --- a/graphics/oglext/Makefile +++ b/graphics/oglext/Makefile @@ -20,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_GL= yes USE_X_PREFIX= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes REINPLACE_ARGS= -i "" WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |