[Midnightbsd-cvs] mports: Makefile: This doesn't fix the magus error per se, although the

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Wed Oct 24 22:50:39 EDT 2007


Log Message:
-----------
This doesn't fix the magus error per se, although the other fix is working in CURRENT.

Add LICENSE and fix depends.

Modified Files:
--------------
    mports/german/dict:
        Makefile (r1.1 -> r1.2)

-------------- next part --------------
Index: Makefile
===================================================================
RCS file: /home/cvs/mports/german/dict/Makefile,v
retrieving revision 1.1
retrieving revision 1.2
diff -Lgerman/dict/Makefile -Lgerman/dict/Makefile -u -r1.1 -r1.2
--- german/dict/Makefile
+++ german/dict/Makefile
@@ -8,6 +8,7 @@
 
 PORTNAME=	dict
 PORTVERSION=	1.2
+PORTREVISION=	1
 CATEGORIES=	german
 MASTER_SITES=	http://wolfram.schneider.org/src/
 DISTNAME=	dict-${PORTVERSION}
@@ -16,7 +17,9 @@
 
 MAINTAINER=	ports at MidnightBSD.org
 COMMENT=	Simple english/german dictionary
+LICENSE=	unknown
 
+BUILD_DEPENDS=	agrep:${PORTSDIR}/textproc/agrep
 RUN_DEPENDS=	agrep:${PORTSDIR}/textproc/agrep
 
 dict=		ger-eng.txt


More information about the Midnightbsd-cvs mailing list