diff options
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libebml/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/devel/libebml/Makefile b/devel/libebml/Makefile index 83262b0cbc8..ceec028c123 100644 --- a/devel/libebml/Makefile +++ b/devel/libebml/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/01/22 08:24:30 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/02/04 03:02:51 grant Exp $ # DISTNAME= libebml-0.6.3 @@ -7,11 +7,10 @@ MASTER_SITES= http://matroska.free.fr/downloads/libebml/ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://matroska.sourceforge.net/ -COMMENT= Librarys for the EBML (Extensible Binary Meta Language) format +COMMENT= Libraries for the EBML (Extensible Binary Meta Language) format BUILD_DIRS= ${WRKSRC}/make/linux USE_BUILDLINK2= YES USE_GNU_TOOLS+= make -.include "../../mk/bsd.prefs.mk" .include "../../mk/bsd.pkg.mk" |