diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /sysutils/fusefs-libs/Makefile | |
parent | Unbreak: make it fetchable again (diff) |
Conversion to a single libtool environment.
Approved by: portmgr (kris)
Diffstat (limited to 'sysutils/fusefs-libs/Makefile')
-rw-r--r-- | sysutils/fusefs-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/fusefs-libs/Makefile b/sysutils/fusefs-libs/Makefile index 600a7be5fdfc..70bb696c3d3c 100644 --- a/sysutils/fusefs-libs/Makefile +++ b/sysutils/fusefs-libs/Makefile @@ -6,6 +6,7 @@ PORTNAME= fusefs PORTVERSION= 2.5.2 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= fuse @@ -15,10 +16,9 @@ DISTNAME= fuse-${PORTVERSION} MAINTAINER= amistry@am-productions.biz COMMENT= FUSE allows filesystem implementation in userspace -USE_AUTOTOOLS= libtool:15 +GNU_CONFIGURE= yes CONFIGURE_ENV= MOUNT_FUSE_PATH=${PREFIX}/sbin \ CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" -GNU_CONFIGURE= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --disable-kernel-module --prefix=${PREFIX} \ --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig |