[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Correction for Convert::TNEF dependency



Hi,

As pointed out by kjell@pintday.org, the Convert::TNEF port is missing
it's dependencies. The patch below corrects this.

//Ibo


Index: Makefile
===================================================================
RCS file: /cvs/ports/converters/p5-Convert-TNEF/Makefile,v
retrieving revision 1.1.1.1
diff -u -r1.1.1.1 Makefile
--- Makefile	2002/11/25 03:04:33	1.1.1.1
+++ Makefile	2003/08/16 10:32:31
@@ -8,6 +8,10 @@
 
 MAINTAINER=	Ibrahim Khalifa <ibo@toontown.org>
 
+RUN_DEPENDS=	:p5-MIME-tools-*:mail/p5-MIME-tools \
+		:p5-IO-stringy-*:devel/p5-IO-stringy
+REGRESS_DEPENDS=	${RUN_DEPENDS}
+
 # Artistic
 PERMIT_PACKAGE_CDROM=	Yes
 PERMIT_PACKAGE_FTP=	Yes