diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-09-11 23:37:23 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-09-11 23:37:23 +0800 |
commit | 036c5445d22a12273d8bfc6f93b061ae891c40f4 (patch) | |
tree | af9157ab42d509407514c8624bb56a0e1e06807d /math/guppi | |
parent | 307b5ef7271c08f9729596d4bcec0a42f295f93d (diff) | |
download | freebsd-ports-gnome-036c5445d22a12273d8bfc6f93b061ae891c40f4.tar.gz freebsd-ports-gnome-036c5445d22a12273d8bfc6f93b061ae891c40f4.tar.zst freebsd-ports-gnome-036c5445d22a12273d8bfc6f93b061ae891c40f4.zip |
Unbroke with latest libglade.
Diffstat (limited to 'math/guppi')
-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 9505d96a9783..0d1f945a9472 100644 --- a/math/guppi/Makefile +++ b/math/guppi/Makefile @@ -24,7 +24,7 @@ USE_LIBTOOL= yes USE_PYTHON= yes INSTALLS_SHLIB= yes CONFIGURE_ARGS= --enable-explicit-python-linking -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include/libglade-1.0" \ LIBS="-L${LOCALBASE}/lib -pthread" PLIST_SUB= VERSION="${PORTVERSION}" |