diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-19 17:53:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-19 17:53:44 +0000 |
commit | ac4b7a067fcb12c004401d10a809426d84d20ef2 (patch) | |
tree | 779b95d3861b1a005f4ea70290c57f1e72456d3e /emulators/fuse-utils/Makefile | |
parent | bc812bbc63e2bc7e7df9a398708e0907a237528a (diff) | |
download | pkgsrc-ac4b7a067fcb12c004401d10a809426d84d20ef2.tar.gz |
Doesn't need or use X11. Bump revision.
Diffstat (limited to 'emulators/fuse-utils/Makefile')
-rw-r--r-- | emulators/fuse-utils/Makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/emulators/fuse-utils/Makefile b/emulators/fuse-utils/Makefile index dd43b7262a4..76553034630 100644 --- a/emulators/fuse-utils/Makefile +++ b/emulators/fuse-utils/Makefile @@ -1,7 +1,7 @@ -# $NetBSD: Makefile,v 1.10 2006/02/05 23:09:01 joerg Exp $ +# $NetBSD: Makefile,v 1.11 2007/02/19 17:53:44 joerg Exp $ DISTNAME= fuse-utils-0.7.0 -PKGREVISION= 2 +PKGREVISION= 3 CATEGORIES= emulators MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=fuse-emulator/} @@ -17,6 +17,4 @@ LIBS+= -lgpg-error .include "../../emulators/libspectrum/buildlink3.mk" .include "../../security/libgcrypt/buildlink3.mk" .include "../../security/libgpg-error/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" - .include "../../mk/bsd.pkg.mk" |