diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2014-09-17 07:38:15 +0000 |
commit | 15c4a5ecf338d0133b87647ab773c6df26f3ea15 (patch) | |
tree | 320f49e86d38a480aace5bd0e27c34d6c8f75c2c /math/plplot | |
parent | a9836219c62bdf7cdcfc3af658d25ae25aeaeb11 (diff) | |
download | ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.tar.gz ports-15c4a5ecf338d0133b87647ab773c6df26f3ea15.zip |
Notes
Diffstat (limited to 'math/plplot')
-rw-r--r-- | math/plplot/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/plplot/Makefile b/math/plplot/Makefile index aaeb3dd5ac79..58e7fcd23597 100644 --- a/math/plplot/Makefile +++ b/math/plplot/Makefile @@ -15,6 +15,7 @@ LICENSE= LGPL21 # (or later) BUILD_DEPENDS= bash:${PORTSDIR}/shells/bash \ ${FREEFONT_DIR}/FreeMono.ttf:${PORTSDIR}/x11-fonts/freefont-ttf LIB_DEPENDS= libLASi.so:${PORTSDIR}/devel/lasi \ + libltdl.so:${PORTSDIR}/devel/libltdl \ libqhull.so:${PORTSDIR}/math/qhull5 \ libfreetype.so:${PORTSDIR}/print/freetype2 RUN_DEPENDS= bash:${PORTSDIR}/shells/bash \ @@ -34,7 +35,6 @@ CMAKE_ARGS= -DENABLE_java:BOOL=OFF -DENABLE_octave:BOOL=OFF \ -DPL_FREETYPE_FONT_PATH:PATH="${FREEFONT_DIR}" \ -DPLD_plmeta:BOOL=OFF CFLAGS+= -D_IS_BUILDING_PLPLOT_PORT_ -USE_AUTOTOOLS= libltdl USE_LDCONFIG= yes FREEFONT_DIR= ${LOCALBASE}/lib/X11/fonts/freefont-ttf |