diff options
author | pav <pav@FreeBSD.org> | 2007-03-29 20:53:22 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-03-29 20:53:22 +0800 |
commit | 39b49e297af006116ff7a1e93f514fc7edd09cf9 (patch) | |
tree | e64fb226b367a123baf539b97982185415b57b66 /x11-toolkits | |
parent | c815d163bdbb935073043494b80018588d7e63cc (diff) | |
download | freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.gz freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.tar.zst freebsd-ports-gnome-39b49e297af006116ff7a1e93f514fc7edd09cf9.zip |
- Fix after objformat removal
Reported by: pointyhat
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" |