diff options
author | jedgar <jedgar@FreeBSD.org> | 1999-12-30 22:31:26 +0000 |
---|---|---|
committer | jedgar <jedgar@FreeBSD.org> | 1999-12-30 22:31:26 +0000 |
commit | 6aca36a4ac3a270c5f9a4fd14086340d52fc3a1d (patch) | |
tree | 0336edafc80aa8f79546556b0015b890b3de8731 /graphics/gtkgraph | |
parent | 1d64aea3cdc56749d3cb5c27c7c260a293e700c4 (diff) | |
download | FreeBSD-ports-6aca36a4ac3a270c5f9a4fd14086340d52fc3a1d.zip FreeBSD-ports-6aca36a4ac3a270c5f9a4fd14086340d52fc3a1d.tar.gz |
Remove unused variable from CONFIGURE_ENV
Diffstat (limited to 'graphics/gtkgraph')
-rw-r--r-- | graphics/gtkgraph/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/graphics/gtkgraph/Makefile b/graphics/gtkgraph/Makefile index e2b6146..6e6c198 100644 --- a/graphics/gtkgraph/Makefile +++ b/graphics/gtkgraph/Makefile @@ -23,7 +23,6 @@ USE_X_PREFIX= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --with-x CONFIGURE_ENV+= CFLAGS="-I${LOCALBASE}/include ${CFLAGS}" \ - GLIB_CONFIG="${GLIB_CONFIG}" \ GTK_CONFIG="${GTK_CONFIG}" \ LIBS="-L${LOCALBASE}/lib" |