diff options
author | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2010-04-19 10:43:42 +0000 |
commit | bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee (patch) | |
tree | fbc3a0515acb659ae86ec22a706ac4607711c903 /print | |
parent | 7db76e2b98b1517c19aa3a79957ac3b37bf853ae (diff) | |
download | ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.tar.gz ports-bf330a57d40cb5c6f57f61de4d24c0dcbf14dbee.zip |
Switch to use newer GMP version.
PR: ports/144487
Submitted by: ale
Approved by: portmgr (-exp run by erwin)
Notes
Notes:
svn path=/head/; revision=252906
Diffstat (limited to 'print')
-rw-r--r-- | print/hs-hscolour/Makefile | 3 | ||||
-rw-r--r-- | print/lilypond/Makefile | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/print/hs-hscolour/Makefile b/print/hs-hscolour/Makefile index 3424410e210c..ba035944dfb8 100644 --- a/print/hs-hscolour/Makefile +++ b/print/hs-hscolour/Makefile @@ -7,6 +7,7 @@ PORTNAME= hscolour PORTVERSION= 1.15 +PORTREVISION= 1 PORTEPOCH= 1 CATEGORIES= print haskell MASTER_SITES= ftp://ftp.cs.york.ac.uk/pub/haskell/contrib/ \ @@ -19,7 +20,7 @@ COMMENT= Colourise Haskell code .if !defined(SLAVE) BUILD_DEPENDS+= ghc:${PORTSDIR}/lang/ghc RUN_DEPENDS+= ghc:${PORTSDIR}/lang/ghc -LIB_DEPENDS+= gmp.8:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.10:${PORTSDIR}/math/gmp .else NO_PKG_REGISTER= .endif diff --git a/print/lilypond/Makefile b/print/lilypond/Makefile index 913f5ee0791f..f1b8a1ae59bb 100644 --- a/print/lilypond/Makefile +++ b/print/lilypond/Makefile @@ -9,7 +9,7 @@ PORTNAME= lilypond PORTVERSION= 2.13.9 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= print audio MASTER_SITES= http://download.linuxaudio.org/lilypond/sources/v2.13/:src \ ${MASTER_SITE_LOCAL}/gahr/:fonts \ @@ -31,7 +31,7 @@ BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX \ zip:${PORTSDIR}/archivers/zip \ gsed:${PORTSDIR}/textproc/gsed LIB_DEPENDS= guile.20:${PORTSDIR}/lang/guile \ - gmp.8:${PORTSDIR}/math/libgmp4 + gmp.10:${PORTSDIR}/math/gmp RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX \ mftrace:${PORTSDIR}/print/mftrace |