diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 15:37:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-09-11 15:37:23 +0000 |
commit | 76eaf6e089ec398ebceb558f18c0b516d7d68fd3 (patch) | |
tree | 4d208469982e71edb8f07a9b0efa64290c375c22 /math | |
parent | c9d5ca4aed8612eaf5597552d8edaf8416c3fa13 (diff) | |
download | ports-76eaf6e089ec398ebceb558f18c0b516d7d68fd3.tar.gz ports-76eaf6e089ec398ebceb558f18c0b516d7d68fd3.zip |
Unbroke with latest libglade.
Notes
Notes:
svn path=/head/; revision=47687
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 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}" |