diff options
author | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
---|---|---|
committer | Brendan Fabeny <bf@FreeBSD.org> | 2013-08-26 16:06:37 +0000 |
commit | 6c4fa199d028f22e1f32896f15cbafd93ed40845 (patch) | |
tree | 347697fba4162ae0c60ff32a1a87d6d7f894c389 /graphics/ocropus | |
parent | 3af54f2d0c3a2f038cc92d1e368b6500eb1bbc0f (diff) |
Update math/gsl to 1.16 and adjust some dependent ports
Notes
Notes:
svn path=/head/; revision=325401
Diffstat (limited to 'graphics/ocropus')
-rw-r--r-- | graphics/ocropus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/graphics/ocropus/Makefile b/graphics/ocropus/Makefile index 5d88a18ed54c..22c83a134d7a 100644 --- a/graphics/ocropus/Makefile +++ b/graphics/ocropus/Makefile @@ -3,7 +3,7 @@ PORTNAME= ocropus PORTVERSION= 0.4 -PORTREVISION= 10 +PORTREVISION= 11 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE} @@ -14,7 +14,7 @@ LIB_DEPENDS= png15:${PORTSDIR}/graphics/png \ jpeg.11:${PORTSDIR}/graphics/jpeg \ tiff.4:${PORTSDIR}/graphics/tiff \ iulib.0:${PORTSDIR}/graphics/iulib \ - gsl.16:${PORTSDIR}/math/gsl + gsl:${PORTSDIR}/math/gsl WRKSRC= ${WRKDIR}/ocropus-0.4/ocropus |