diff options
author | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2007-02-01 02:42:05 +0000 |
commit | e8cba9559938186c1aa7ef89fec79e8e5bad69e0 (patch) | |
tree | ac96cc557a3c739c998a65dde0f24b45ce616c76 /sysutils/fusefs-ntfs | |
parent | 0dfa7444282b84aa0f915751fd1fd11bd1390eed (diff) | |
download | FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.zip FreeBSD-ports-e8cba9559938186c1aa7ef89fec79e8e5bad69e0.tar.gz |
Use libtool port instead of included version to avoid objformat a.out botch
Diffstat (limited to 'sysutils/fusefs-ntfs')
-rw-r--r-- | sysutils/fusefs-ntfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/fusefs-ntfs/Makefile b/sysutils/fusefs-ntfs/Makefile index f1e998f..6f2ec60 100644 --- a/sysutils/fusefs-ntfs/Makefile +++ b/sysutils/fusefs-ntfs/Makefile @@ -20,6 +20,7 @@ LIB_DEPENDS= fuse.2:${PORTSDIR}/sysutils/fusefs-libs RUN_DEPENDS= ${LOCALBASE}/modules/fuse.ko:${PORTSDIR}/sysutils/fusefs-kmod BUILD_DEPENDS= fusefs-libs>=2.6.0:${PORTSDIR}/sysutils/fusefs-libs +USE_AUTOTOOLS= libtool:15 GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL} ONLY_FOR_ARCHS= i386 amd64 |