diff options
author | bland <bland@FreeBSD.org> | 2004-08-17 12:02:17 +0800 |
---|---|---|
committer | bland <bland@FreeBSD.org> | 2004-08-17 12:02:17 +0800 |
commit | bddd155b083f375c938f4fdd593d6c798f22e64f (patch) | |
tree | 7d2897335a5cc9f39a1489605f2eea00073b5252 /x11-toolkits/libgnomeuimm26 | |
parent | e11c07121f135c00cb8e9703ca7a45f4f21063ba (diff) | |
download | freebsd-ports-gnome-bddd155b083f375c938f4fdd593d6c798f22e64f.tar.gz freebsd-ports-gnome-bddd155b083f375c938f4fdd593d6c798f22e64f.tar.zst freebsd-ports-gnome-bddd155b083f375c938f4fdd593d6c798f22e64f.zip |
USE_INTLTOOL_VER -> USE_INC_LIBTOOL_VER to let lthack actually
axe .la garbage.
I didn't pay much attention to the fact how _INC get lost after
repocopy when was told about this problem in
x11-tookits/libpanelappetmm.
Reported by: pointyhat
Diffstat (limited to 'x11-toolkits/libgnomeuimm26')
-rw-r--r-- | x11-toolkits/libgnomeuimm26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-toolkits/libgnomeuimm26/Makefile b/x11-toolkits/libgnomeuimm26/Makefile index 82030f595667..2a1744ed29e5 100644 --- a/x11-toolkits/libgnomeuimm26/Makefile +++ b/x11-toolkits/libgnomeuimm26/Makefile @@ -30,7 +30,7 @@ USE_GMAKE= yes USE_GCC= 3.3 USE_REINPLACE= yes USE_GNOME= gnomehack lthack libgnomeui -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static |