diff options
author | pav <pav@FreeBSD.org> | 2012-05-07 03:36:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2012-05-07 03:36:52 +0800 |
commit | edb153c4346253787dac7032aaccf5507b7c3e81 (patch) | |
tree | b8a019e2c9ccb05c831a845b0128511cfffbd651 /math/plplot | |
parent | 7a30ca9dc58f0d9639c9596eb3bc834d6907c485 (diff) | |
download | freebsd-ports-gnome-edb153c4346253787dac7032aaccf5507b7c3e81.tar.gz freebsd-ports-gnome-edb153c4346253787dac7032aaccf5507b7c3e81.tar.zst freebsd-ports-gnome-edb153c4346253787dac7032aaccf5507b7c3e81.zip |
- Mark BROKEN: does not configure
CMake Error at scripts/CMakeLists.txt:33 (if):
if given arguments:
"NOT" "plm2gif" "plpr" "STREQUAL" ""
Unknown arguments specified
Reported by: pointyhat
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index cfb06546a3a7..de89dcad8184 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -22,6 +22,8 @@ LIB_DEPENDS= unicode.0:${PORTSDIR}/devel/libunicode \ RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${LOCALBASE}/lib/X11/fonts/freefont-ttf/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf +BROKEN= does not configure + USE_AUTOTOOLS= libltdl USE_CMAKE= yes USE_PERL5_BUILD=yes |