diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 10:42:05 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 10:42:05 +0800 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /graphics/paintlib | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | freebsd-ports-graphics-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz freebsd-ports-graphics-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.zst freebsd-ports-graphics-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'graphics/paintlib')
-rw-r--r-- | graphics/paintlib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/paintlib/Makefile b/graphics/paintlib/Makefile index eb0a63d0042..f88549363fc 100644 --- a/graphics/paintlib/Makefile +++ b/graphics/paintlib/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ tiff:${PORTSDIR}/graphics/tiff \ ungif:${PORTSDIR}/graphics/libungif +USE_AUTOTOOLS= libtool:15 USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-SDL --disable-dfb |