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/libungif | |
parent | - s,INSTALLS_SHLIB,USE_LDCONFIG,g (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/libungif')
-rw-r--r-- | graphics/libungif/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libungif/Makefile b/graphics/libungif/Makefile index ce28c53dd9fe..60013d68bbe4 100644 --- a/graphics/libungif/Makefile +++ b/graphics/libungif/Makefile @@ -18,7 +18,7 @@ COMMENT= Tools and library routines for working with GIF images USE_BZIP2= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes .if defined(WITHOUT_X11) PLIST_SUB+= X11='@comment ' |