diff options
author | mezz <mezz@FreeBSD.org> | 2006-11-05 11:45:05 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2006-11-05 11:45:05 +0800 |
commit | a32d4ff8b017e57d86d1a073c9aada7614a5c241 (patch) | |
tree | fddccf2698dcc30fc08dc0e9164b51c357fd3220 /devel/libIDL | |
parent | 8e570bffc87c6262d9d3973549ea6fe7f7c7288b (diff) | |
download | freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.tar.gz freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.tar.zst freebsd-ports-gnome-a32d4ff8b017e57d86d1a073c9aada7614a5c241.zip |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Diffstat (limited to 'devel/libIDL')
-rw-r--r-- | devel/libIDL/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libIDL/Makefile b/devel/libIDL/Makefile index 8f193dda1cf9..53e76366a0ae 100644 --- a/devel/libIDL/Makefile +++ b/devel/libIDL/Makefile @@ -4,6 +4,7 @@ # # $FreeBSD$ # $MCom: ports/devel/libIDL/Makefile,v 1.5 2006/07/24 14:11:11 ahze Exp $ +# PORTNAME= libIDL PORTVERSION= 0.8.7 @@ -19,7 +20,7 @@ USE_BZIP2= yes USE_GMAKE= yes USE_BISON= yes USE_GNOME= gnomehack glib20 -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |