diff options
-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}" |