diff options
author | wiz <wiz@pkgsrc.org> | 2013-06-18 18:52:43 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2013-06-18 18:52:43 +0000 |
commit | 1e1c648abd8c9000390b5ae6939eb217d57163af (patch) | |
tree | b8eac015ec1842b16aee90f726f9aa75cb46efa1 /filesystems | |
parent | 0950aa950f79e0140bca95c16fcf2e404badedd5 (diff) | |
download | pkgsrc-1e1c648abd8c9000390b5ae6939eb217d57163af.tar.gz |
pkglint cleanup:
use standard dependency patterns
set GNU_CONFIGURE to a value
set USE_LIBTOOL since package installs .la files
Diffstat (limited to 'filesystems')
-rw-r--r-- | filesystems/fs-utils/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/filesystems/fs-utils/Makefile b/filesystems/fs-utils/Makefile index 8e6d29fa183..10e59604f21 100644 --- a/filesystems/fs-utils/Makefile +++ b/filesystems/fs-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2013/06/01 15:43:47 stacktic Exp $ +# $NetBSD: Makefile,v 1.17 2013/06/18 18:52:43 wiz Exp $ # GIT_COMMIT= 89cccf @@ -12,7 +12,7 @@ MAINTAINER= stacktic@NetBSD.org HOMEPAGE= https://github.com/stacktic/fs-utils COMMENT= Tools to access/modify a file system image through RUMP LICENSE= 2-clause-bsd -DEPENDS+= rump-2013[0-9]*:../../misc/rump +DEPENDS+= rump>=20130101:../../misc/rump ONLY_FOR_PLATFORM= Linux-*-* SunOS-*-* NetBSD-*-* DragonFly-*-* @@ -22,7 +22,8 @@ USE_TOOLS+= gmake WRKSRC= ${WRKDIR}/fs-utils-${GIT_COMMIT} -GNU_CONFIGURE= +GNU_CONFIGURE= yes +USE_LIBTOOL= yes .include "../../misc/rump/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |