diff options
Diffstat (limited to 'sysutils/ntfsprogs/Makefile')
-rw-r--r-- | sysutils/ntfsprogs/Makefile | 18 |
1 files changed, 8 insertions, 10 deletions
diff --git a/sysutils/ntfsprogs/Makefile b/sysutils/ntfsprogs/Makefile index e8ed4f86d21..a057e16725c 100644 --- a/sysutils/ntfsprogs/Makefile +++ b/sysutils/ntfsprogs/Makefile @@ -1,23 +1,21 @@ -# $NetBSD: Makefile,v 1.2 2004/10/09 10:29:12 kristerw Exp $ -# +# $NetBSD: Makefile,v 1.3 2006/01/26 21:43:51 adam Exp $ -DISTNAME= ntfsprogs-1.9.4 +DISTNAME= ntfsprogs-1.12.1 CATEGORIES= sysutils MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=linux-ntfs/} MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://linux-ntfs.sourceforge.net/ -COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem (ntfs) +COMMENT= Linux-NTFS project utilities for the Windows NT Filesystem -GNU_CONFIGURE= yes -USE_LIBTOOL= yes -USE_LANGUAGES= c c++ - -CONFIGURE_ARGS+=--enable-debug +USE_LANGUAGES= c c++ +USE_LIBTOOL= yes +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --enable-debug # XXX support for this should be possibly integrated with other # gnome pkgsrc and this could be a configurable option -CONFIGURE_ARGS+=--disable-gnome-vfs +CONFIGURE_ARGS+= --disable-gnome-vfs GCC_REQD+= 2.96 |