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/libglade-java | |
parent | -INSTALLS_SHLIB -> USE_LDCONFIG.[1] (diff) |
INSTALLS_SHLIB -> USE_LDCONFIG.
Found by: portlint (cports.sh)
Notes
Notes:
svn path=/head/; revision=176401
Diffstat (limited to 'devel/libglade-java')
-rw-r--r-- | devel/libglade-java/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/libglade-java/Makefile b/devel/libglade-java/Makefile index d8f3b5f9479a..d0f2b664d67c 100644 --- a/devel/libglade-java/Makefile +++ b/devel/libglade-java/Makefile @@ -24,7 +24,7 @@ RUN_DEPENDS= ${JAVALIBDIR}/gtk${GTK_API_VERSION}.jar:${PORTSDIR}/x11-toolkits/li USE_BZIP2= yes USE_XLIB= yes USE_GMAKE= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes USE_JAVA= yes USE_GCC= 3.4+ |