aboutsummaryrefslogtreecommitdiffstats
path: root/science
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2015-06-06 05:10:18 +0800
committeramdmi3 <amdmi3@FreeBSD.org>2015-06-06 05:10:18 +0800
commit9c82550ef9fa49ef8571a7312a718e669ab1fe0b (patch)
tree7c9e3a58ee999b74f6779d7efa1aac2a3783b34f /science
parentb34845897856cb55547430ba7fc85bc3c6749741 (diff)
downloadfreebsd-ports-gnome-9c82550ef9fa49ef8571a7312a718e669ab1fe0b.tar.gz
freebsd-ports-gnome-9c82550ef9fa49ef8571a7312a718e669ab1fe0b.tar.zst
freebsd-ports-gnome-9c82550ef9fa49ef8571a7312a718e669ab1fe0b.zip
- Fix shebangs
- Add NO_ARCH Approved by: portmgr blanket MFH: 2015Q2
Diffstat (limited to 'science')
-rw-r--r--science/py-pydicom/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/science/py-pydicom/Makefile b/science/py-pydicom/Makefile
index 7e3062200bdb..d4bfd6107556 100644
--- a/science/py-pydicom/Makefile
+++ b/science/py-pydicom/Makefile
@@ -3,6 +3,7 @@
PORTNAME= pydicom
PORTVERSION= 0.9.8
+PORTREVISION= 1
CATEGORIES= science python
MASTER_SITES= GOOGLE_CODE
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
@@ -12,7 +13,9 @@ COMMENT= Read, modify, and write DICOM files with Python code
LICENSE= MIT
-USES= python
+USES= python shebangfix
+SHEBANG_FILES= dicom/test/shell_all
USE_PYTHON= distutils autoplist
+NO_ARCH= yes
.include <bsd.port.mk>