diff options
author | Brooks Davis <brooks@FreeBSD.org> | 2013-01-10 16:30:53 +0000 |
---|---|---|
committer | Brooks Davis <brooks@FreeBSD.org> | 2013-01-10 16:30:53 +0000 |
commit | 43c117a8b7359999860ee9e406bf63a27721991e (patch) | |
tree | 72082f9d0b0c4236eb73ad5c66659c134ed5427d /graphics/opengtl | |
parent | eaca7581b2cfce90b43b79d47b3b266d4989cba7 (diff) | |
download | ports-43c117a8b7359999860ee9e406bf63a27721991e.tar.gz ports-43c117a8b7359999860ee9e406bf63a27721991e.zip |
Notes
Diffstat (limited to 'graphics/opengtl')
-rw-r--r-- | graphics/opengtl/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/opengtl/Makefile b/graphics/opengtl/Makefile index f00f1371da27..d6cab5ac9cbb 100644 --- a/graphics/opengtl/Makefile +++ b/graphics/opengtl/Makefile @@ -12,7 +12,7 @@ COMMENT= Graphics Transformation Languages LICENSE= LGPL20 LIB_DEPENDS= png15:${PORTSDIR}/graphics/png -BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm +BUILD_DEPENDS= ${LOCALBASE}/lib/libLLVM-3.1.so:${PORTSDIR}/devel/llvm31 RUN_DEPENDS:= ${BUILD_DEPENDS} USE_PERL5= yes |