svn commit: r319179 - head/audio/gnump3d

Philippe Audeoud jadawin at FreeBSD.org
Mon May 27 08:57:06 UTC 2013


Author: jadawin
Date: Mon May 27 08:57:05 2013
New Revision: 319179
URL: http://svnweb.freebsd.org/changeset/ports/319179

Log:
  - Remove useless depend on PERL_LEVEL < 5.12
  
  PR:		ports/17892
  Submitted by:	az@

Modified:
  head/audio/gnump3d/Makefile   (contents, props changed)

Modified: head/audio/gnump3d/Makefile
==============================================================================
--- head/audio/gnump3d/Makefile	Mon May 27 08:51:52 2013	(r319178)
+++ head/audio/gnump3d/Makefile	Mon May 27 08:57:05 2013	(r319179)
@@ -1,9 +1,5 @@
-# Ports collection makefile for:	gnump3d
-# Date created:			May 27, 2002
-# Whom:				ijliao
-#
+# Created by: ijliao
 # $FreeBSD$
-#
 
 PORTNAME=	gnump3d
 PORTVERSION=	3.0
@@ -31,10 +27,6 @@ CONFDIR=	${PREFIX}/etc/${PORTNAME}
 
 .include <bsd.port.pre.mk>
 
-.if ${PERL_LEVEL} < 500806
-RUN_DEPENDS+=	p5-Encode>=0:${PORTSDIR}/converters/p5-Encode
-.endif
-
 post-patch:
 .for f in bin/gnump3d-index bin/gnump3d-top bin/gnump3d2 etc/gnump3d.conf \
 	man/gnump3d.conf.1


More information about the svn-ports-all mailing list