diff options
author | Alberto Villa <avilla@FreeBSD.org> | 2011-04-14 00:28:13 +0000 |
---|---|---|
committer | Alberto Villa <avilla@FreeBSD.org> | 2011-04-14 00:28:13 +0000 |
commit | 75b6cf367114daf4fda058ace3663072a94cc9c0 (patch) | |
tree | 9ae286b58fd30683becaccb864fb1025c752be74 /graphics/opengtl/Makefile | |
parent | e89f8ce08ea21b8bfb8e83b2cd5281080e2c70e1 (diff) |
Notes
Diffstat (limited to 'graphics/opengtl/Makefile')
-rw-r--r-- | graphics/opengtl/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index 26cf7d0def0f..982b10ac490a 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -5,8 +5,7 @@ # $FreeBSD$ PORTNAME= opengtl -PORTVERSION= 0.9.15 -PORTREVISION= 1 +PORTVERSION= 0.9.15.1 CATEGORIES= graphics devel MASTER_SITES= http://download.${PORTNAME}.org/ DISTNAME= OpenGTL-${PORTVERSION} @@ -18,7 +17,7 @@ LICENSE= LGPL20 LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= png.6:${PORTSDIR}/graphics/png -BUILD_DEPENDS= llvm>=2.8<2.9.*:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= llvm>=2.7<2.10.*:${PORTSDIR}/devel/llvm USE_BZIP2= yes USE_GCC= 4.2+ |