diff options
author | stephen <stephen@FreeBSD.org> | 2013-11-07 13:21:02 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2013-11-07 13:21:02 +0800 |
commit | 868f5bf608523c26a0cb74fce1459a46c1181bcb (patch) | |
tree | 9fb07918d195284a0506eef45aacddf569acb04f /math | |
parent | 0052b5d55f29138af9dfa2e47d43837765c5c5d0 (diff) | |
download | freebsd-ports-gnome-868f5bf608523c26a0cb74fce1459a46c1181bcb.tar.gz freebsd-ports-gnome-868f5bf608523c26a0cb74fce1459a46c1181bcb.tar.zst freebsd-ports-gnome-868f5bf608523c26a0cb74fce1459a46c1181bcb.zip |
- Update GDCM_MAJ because of update to devel/gdcm.
- Bump portrevision.
Diffstat (limited to 'math')
-rw-r--r-- | math/octave-forge-dicom/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/octave-forge-dicom/Makefile b/math/octave-forge-dicom/Makefile index 9a8ab005c741..9665e9fd4f59 100644 --- a/math/octave-forge-dicom/Makefile +++ b/math/octave-forge-dicom/Makefile @@ -3,7 +3,7 @@ PORTNAME= octave-forge-dicom PORTVERSION= 0.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= math MAINTAINER= stephen@FreeBSD.org @@ -17,7 +17,7 @@ OCTSRC= ${OCTAVE_PKGNAME} WRKSRC= ${WRKDIR}/${OCTSRC}/src -GDCM_MAJ= 2.2 +GDCM_MAJ= 2.4 NO_STAGE= yes post-patch: ${REINPLACE_CMD} s/gdcm-2.0/gdcm-${GDCM_MAJ}/ \ |