diff options
author | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2012-10-06 18:14:25 +0800 |
commit | 19e348eb7d76b93c0f8262df74ca3eee75d823f5 (patch) | |
tree | b45a9e6bff1c1bc567d44b09b71e104d7da6208e /sysutils/ntfsprogs | |
parent | 86c2e0b312003fb029fa298ece1a736182da10d6 (diff) | |
download | freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.gz freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.tar.zst freebsd-ports-gnome-19e348eb7d76b93c0f8262df74ca3eee75d823f5.zip |
use USE_PKGCONFIG= build
Bump portrevision for ports which run-depends list changed
Diffstat (limited to 'sysutils/ntfsprogs')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index d03553b46d92..df8d360268bb 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -1,13 +1,8 @@ -# New ports collection makefile for: ntfsprogs -# Date created: May 8 2004 -# Whom: Florent Thoumie <flz@xbsd.org> -# # $FreeBSD$ -# PORTNAME= ntfsprogs PORTVERSION= 2.0.0 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= sysutils MASTER_SITES= SF/linux-ntfs/NTFS%20Tools%20and%20Library/${PORTVERSION} @@ -20,7 +15,7 @@ BUILD_DEPENDS= fusefs-libs>2.5:${PORTSDIR}/sysutils/fusefs-libs CONFLICTS_INSTALL= fusefs-ntfs-* -USE_GNOME= pkgconfig +USE_PKGCONFIG= build USE_BZIP2= yes USE_LDCONFIG= yes GNU_CONFIGURE= yes |