diff options
author | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
---|---|---|
committer | Jeremy Messenger <mezz@FreeBSD.org> | 2006-11-05 03:45:05 +0000 |
commit | 1a88278734c45ada8e18fca7c815b43d05826c3a (patch) | |
tree | 2375ba65fd99b806539d4ee9e1b29f8f3fd29c34 /devel/libIDL | |
parent | ddda5ed61be63fae22938ebe686c49beb6fa76a5 (diff) | |
download | ports-1a88278734c45ada8e18fca7c815b43d05826c3a.tar.gz ports-1a88278734c45ada8e18fca7c815b43d05826c3a.zip |
Notes
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" \ |