diff options
author | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-17 04:02:17 +0000 |
---|---|---|
committer | Alexander Nedotsukov <bland@FreeBSD.org> | 2004-08-17 04:02:17 +0000 |
commit | cc4e17a48e3c8427ac87d0c695db85d28307460a (patch) | |
tree | c0cde35c6e2075e3a1ce2df70e258281419541e3 /graphics/libgnomecanvasmm26 | |
parent | 315c651e0bba6bf089568da59478f2f4e3b13ee7 (diff) |
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
Notes
Notes:
svn path=/head/; revision=116455
Diffstat (limited to 'graphics/libgnomecanvasmm26')
-rw-r--r-- | graphics/libgnomecanvasmm26/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/libgnomecanvasmm26/Makefile b/graphics/libgnomecanvasmm26/Makefile index 15cb79ff08ac..6661993ce4bc 100644 --- a/graphics/libgnomecanvasmm26/Makefile +++ b/graphics/libgnomecanvasmm26/Makefile @@ -26,7 +26,7 @@ USE_GMAKE= yes USE_GCC= 3.3 USE_REINPLACE= yes USE_GNOME= gnomehack libgnomecanvas lthack -USE_LIBTOOL_VER=13 +USE_INC_LIBTOOL_VER=13 INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-static |