diff options
author | pav <pav@FreeBSD.org> | 2011-05-25 21:18:55 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-05-25 21:18:55 +0800 |
commit | abf0b6871b1d6112b51b38ec76fd5794cb3ff6ea (patch) | |
tree | 5693cf9ca18c75f3e96a7f1704d8ed783ab3130a | |
parent | f6c8b875c947df55ccce43f7e1226156375f1cb8 (diff) | |
download | freebsd-ports-gnome-abf0b6871b1d6112b51b38ec76fd5794cb3ff6ea.tar.gz freebsd-ports-gnome-abf0b6871b1d6112b51b38ec76fd5794cb3ff6ea.tar.zst freebsd-ports-gnome-abf0b6871b1d6112b51b38ec76fd5794cb3ff6ea.zip |
- Add missed dependency on libltdl
PR: ports/157311
Submitted by: Rainer Hurling <rhurlin@gwdg.de> (maintainer)
-rw-r--r-- | math/ggobi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/ggobi/Makefile b/math/ggobi/Makefile index d5c0225e007c..9335c5546d1e 100644 --- a/math/ggobi/Makefile +++ b/math/ggobi/Makefile @@ -17,6 +17,7 @@ USE_BZIP2= yes USE_GNOME= gtk20 libxml2 gnomehack USE_LDCONFIG= yes GNU_CONFIGURE= yes +USE_AUTOTOOLS= libltdl CONFIGURE_ARGS+= --with-all-plugins |