diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-08-20 03:06:20 +0800 |
commit | 15b2da4e7400e4784657201f206a7ccf00cea053 (patch) | |
tree | b494f0d4af7b3545290e2aefde4e83a06e9c1025 /math | |
parent | ee72fd0ff89d000d5eac8e5afb3bee4740fa0cc1 (diff) | |
download | marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.gz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.bz2 marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.lz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.xz marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.tar.zst marcuscom-ports-15b2da4e7400e4784657201f206a7ccf00cea053.zip |
Sync w/ FreeBSD ports tree.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@7073 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'math')
-rw-r--r-- | math/guppi/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/guppi/Makefile b/math/guppi/Makefile index f9057fd42..9c6a59c39 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -24,7 +24,7 @@ USE_XLIB= yes USE_GMAKE= yes USE_GNOME= gnomeprefix gnomehack gnomelibs bonobo libglade gal gnometarget USE_PYTHON= yes -INSTALLS_SHLIB= yes +USE_LDCONFIG= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-gnumeric --enable-explicit-python-linking CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/libglade-1.0" \ |