aboutsummaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-09-16 18:03:35 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-09-16 18:03:35 +0000
commitabb43fc02fedb1cca8b90add2de4dfdaade864c8 (patch)
treeb43b8f3c36cc7fb220d7cfb85e237f51080cce55 /devel
parent529f3164dc00114e8f6fda7f505de17b5dbffef1 (diff)
Fix use of PYNUMERIC dependency line (noticed by poudriere incremental bulk
always rebuilding this port) While here, trim Makefile header and remove useless WRKSRC
Notes
Notes: svn path=/head/; revision=327431
Diffstat (limited to 'devel')
-rw-r--r--devel/py-fortran/Makefile10
1 files changed, 2 insertions, 8 deletions
diff --git a/devel/py-fortran/Makefile b/devel/py-fortran/Makefile
index 489d62435368..6b99e33912d3 100644
--- a/devel/py-fortran/Makefile
+++ b/devel/py-fortran/Makefile
@@ -1,10 +1,5 @@
-# ex:ts=8
-# Ports collection makefile for: py-fortran
-# Date created: Jul 24, 2002
-# Whom: ijliao
-#
+# Created by: ijliao
# $FreeBSD$
-#
PORTNAME= fortran
PORTVERSION= 8.5.3
@@ -16,11 +11,10 @@ DISTNAME= Pyfort-${PORTVERSION}
MAINTAINER= wenheping@gmail.com
COMMENT= Creating extensions to the Python language with Fortran routines
-RUN_DEPENDS= ${PYNUMERIC}:${PORTSDIR}/math/py-numeric
+RUN_DEPENDS= ${PYNUMERIC}
USE_PYTHON= yes
USE_PYDISTUTILS= yes
PYDISTUTILS_PKGNAME= Pyfort
-WRKSRC= ${WRKDIR}/${DISTNAME}
.include <bsd.port.mk>