diff options
author | az <az@FreeBSD.org> | 2013-09-13 00:41:28 +0800 |
---|---|---|
committer | az <az@FreeBSD.org> | 2013-09-13 00:41:28 +0800 |
commit | c3282438dbb20f6e85efea6f9504688339331a2c (patch) | |
tree | fa30c5a272c5bca86ab06c6a0cfd55c2d6a9f6e0 /cad | |
parent | a33c0e2bf7c3e9db78e39eb4d2d571caf3a3644b (diff) | |
download | freebsd-ports-gnome-c3282438dbb20f6e85efea6f9504688339331a2c.tar.gz freebsd-ports-gnome-c3282438dbb20f6e85efea6f9504688339331a2c.tar.zst freebsd-ports-gnome-c3282438dbb20f6e85efea6f9504688339331a2c.zip |
- convert to the new perl5 framework
- convert USE_GMAKE to Uses
Approved by: portmgr (bapt@, blanket)
Diffstat (limited to 'cad')
-rw-r--r-- | cad/gdt/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cad/gdt/Makefile b/cad/gdt/Makefile index c513deefd1e4..ad02683d0f66 100644 --- a/cad/gdt/Makefile +++ b/cad/gdt/Makefile @@ -11,8 +11,8 @@ COMMENT= GDS2/GDT format translator LICENSE= GPLv2 -USE_PERL5_RUN= yes -USES= shebangfix +USES= shebangfix perl5 +USE_PERL5= run SHEBANG_FILES= Examples/gdsinfo Examples/scalegds WRKSRC= ${WRKDIR}/${PORTNAME:U}-${PORTVERSION} PLIST_FILES= bin/gdsinfo bin/gds2gdt bin/gdt2gds bin/scalegds |