diff options
author | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
---|---|---|
committer | clsung <clsung@FreeBSD.org> | 2006-08-15 09:11:33 +0800 |
commit | 61963c7242aeca4bb45d74fd414ea67332f2b8bb (patch) | |
tree | 30dff172a9d1695f94dacdc248ac3f19b13f222b /x11/libdnd/Makefile | |
parent | 5f20b47c7dd262e954ca2f226ca72e44b94e69ca (diff) | |
download | freebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.gz freebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.tar.zst freebsd-ports-gnome-61963c7242aeca4bb45d74fd414ea67332f2b8bb.zip |
- s,INSTALLS_SHLIB,USE_LDCONFIG,g
- these include www/ x11/ x11-clocks/ x11-servers/ x11-themes/ maintained
by ports@
PR: ports/101916
Submitted by: Gea-Suan Lin <gslin_AT_gslin dot org>
Diffstat (limited to 'x11/libdnd/Makefile')
-rw-r--r-- | x11/libdnd/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11/libdnd/Makefile b/x11/libdnd/Makefile index f0b8e78909f8..8df346204699 100644 --- a/x11/libdnd/Makefile +++ b/x11/libdnd/Makefile @@ -16,7 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Drag and drop library USE_XLIB= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/DND/DNDlib GNU_CONFIGURE= yes |