Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 27 May 2013 08:57:05 +0000 (UTC)
From:      Philippe Audeoud <jadawin@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r319179 - head/audio/gnump3d
Message-ID:  <201305270857.r4R8v61I011761@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201305270857.r4R8v61I011761>