diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 07:06:39 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 07:06:39 +0800 |
commit | 50795f01a3c57015e598ca1fc2157ee9960e872b (patch) | |
tree | 40f8c09ac63b030feb0791010ae8056bea6d5eff /graphics/gephex | |
parent | 7ef47488cb05bd8fb665e2190fa43d7b2255c15c (diff) | |
download | freebsd-ports-gnome-50795f01a3c57015e598ca1fc2157ee9960e872b.tar.gz freebsd-ports-gnome-50795f01a3c57015e598ca1fc2157ee9960e872b.tar.zst freebsd-ports-gnome-50795f01a3c57015e598ca1fc2157ee9960e872b.zip |
- 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>
Diffstat (limited to 'graphics/gephex')
-rw-r--r-- | graphics/gephex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/gephex/Makefile b/graphics/gephex/Makefile index 9f017235c6f9..a4f38ddeb4d6 100644 --- a/graphics/gephex/Makefile +++ b/graphics/gephex/Makefile @@ -27,7 +27,7 @@ CONFIGURE_ARGS= --without-V4L --without-ASOUNDLIB --without-LINUX_JOYSTICK \ --without-SDL_TTF --without-AALIB --disable-static USE_QT_VER= 3 WANT_SDL= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes LDCONFIG_DIRS= %%PREFIX%%/lib/${PORTNAME}-${PORTVERSION:R} WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION:C/[[:alpha:]]//g} ONLY_FOR_ARCHS= i386 |