[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Correction for Convert::TNEF dependency
- To: ports@openbsd.org
- Subject: Correction for Convert::TNEF dependency
- From: Ibrahim Khalifa <maillist@val-axs.net>
- Date: Tue, 19 Aug 2003 07:55:25 +0200
- Content-Disposition: inline
- User-Agent: Mutt/1.5.1i
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