diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 12:53:22 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-03-29 12:53:22 +0000 |
commit | 2de8095fb1227da3e1b3fecabff30305eb541a55 (patch) | |
tree | 1dc7af1cbc66eb2ae3d847b161c28c58b0abeba9 /x11-toolkits | |
parent | 9a998dea98abca0ddc3f5d5294ee05f0ce0560a3 (diff) | |
download | ports-2de8095fb1227da3e1b3fecabff30305eb541a55.tar.gz ports-2de8095fb1227da3e1b3fecabff30305eb541a55.zip |
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/libpanelappletmm/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-toolkits/libpanelappletmm/Makefile b/x11-toolkits/libpanelappletmm/Makefile index 7ea3b77dd362..e70fce38c085 100644 --- a/x11-toolkits/libpanelappletmm/Makefile +++ b/x11-toolkits/libpanelappletmm/Makefile @@ -26,8 +26,8 @@ USE_X_PREFIX= yes USE_GMAKE= yes USE_GCC= 3.4 USE_GNOME= gnomehack lthack gnomepanel -GNU_CONFIGURE= yes -INSTALLS_SHLIB= yes +USE_AUTOTOOLS= libtool:15 +USE_LDCONFIG= yes CONFIGURE_ARGS= --enable-static PLIST_SUB= VERSION="2.6" API_VERSION="2.6" |