diff options
author | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
---|---|---|
committer | Alex Dupre <ale@FreeBSD.org> | 2006-05-10 14:46:47 +0000 |
commit | ffcb54b54fe12a4154c13c239dca119d32f6d6e9 (patch) | |
tree | d2d1996032dd21dd2dafd5d23094cf94cdd7d2d1 /devel/root | |
parent | 241000003cc37531d200773be1eb19996345da3c (diff) | |
download | ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.tar.gz ports-ffcb54b54fe12a4154c13c239dca119d32f6d6e9.zip |
Notes
Diffstat (limited to 'devel/root')
-rw-r--r-- | devel/root/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/root/Makefile b/devel/root/Makefile index 2a1a26b2dc62..c091278f9ad0 100644 --- a/devel/root/Makefile +++ b/devel/root/Makefile @@ -7,6 +7,7 @@ PORTNAME= root PORTVERSION= 5.02.00 +PORTREVISION= 1 CATEGORIES= devel science math MASTER_SITES= ftp://root.cern.ch/root/ DISTNAME= ${PORTNAME}_v${PORTVERSION}.source @@ -32,7 +33,7 @@ LIB_DEPENDS= freetype.9:${PORTSDIR}/print/freetype2 LIB_DEPENDS+= jpeg.9:${PORTSDIR}/graphics/jpeg LIB_DEPENDS+= tiff.4:${PORTSDIR}/graphics/tiff LIB_DEPENDS+= png.5:${PORTSDIR}/graphics/png -LIB_DEPENDS+= gmp.6:${PORTSDIR}/math/libgmp4 +LIB_DEPENDS+= gmp.7:${PORTSDIR}/math/libgmp4 USE_OPENSSL= yes USE_GMAKE= yes USE_XLIB= yes |