diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2007-02-10 06:05:06 +0000 |
commit | 60b3a84279e0657b047e05ed4f622cf401e2376b (patch) | |
tree | 87924704af779c872d6c2a33013016cf3fa9e056 /x11-toolkits/libsexymm | |
parent | 774716a88ba9c4ee1166ca8ac4b5c3ec13b56a6a (diff) |
Use libtool15 port instead of included version to avoid objformat a.out botch
Notes
Notes:
svn path=/head/; revision=184749
Diffstat (limited to 'x11-toolkits/libsexymm')
-rw-r--r-- | x11-toolkits/libsexymm/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/x11-toolkits/libsexymm/Makefile b/x11-toolkits/libsexymm/Makefile index ea215158109a..7e29f5ef5e45 100644 --- a/x11-toolkits/libsexymm/Makefile +++ b/x11-toolkits/libsexymm/Makefile @@ -16,6 +16,7 @@ COMMENT= C++ bindings for libsexy LIB_DEPENDS= gtkmm-2.4:${PORTSDIR}/x11-toolkits/gtkmm24 \ sexy:${PORTSDIR}/x11-toolkits/libsexy +USE_AUTOTOOLS= libtool:15 USE_GNOME= gnomehack GNU_CONFIGURE= yes USE_GMAKE= yes |