diff options
author | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-30 22:31:26 +0000 |
---|---|---|
committer | Chris D. Faulhaber <jedgar@FreeBSD.org> | 1999-12-30 22:31:26 +0000 |
commit | 0cf775b6523f8984f8b243159853b1fd336cb6ef (patch) | |
tree | 39ede391db4a8c3ec33e7d35dac5be8d906c2b1b /graphics | |
parent | Upgrade Pth scratch port from Pth 1.3a1 to 1.3a2 (ALPHA VERSION) (diff) |
Remove unused variable from CONFIGURE_ENV
Notes
Notes:
svn path=/head/; revision=24295
Diffstat (limited to 'graphics')
-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 e2b61468318c..6e6c1988f3ba 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" |