diff options
author | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 05:09:45 +0000 |
---|---|---|
committer | dmcmahill <dmcmahill@pkgsrc.org> | 2004-02-14 05:09:45 +0000 |
commit | 2288929de47277cafeb100eefb8a45be0b44c934 (patch) | |
tree | 9aeaa3080c370a0bbac312e212e9d50f66c11c5a /devel | |
parent | a72c205bd24d5f7edba2601e4dbaab79df6db93b (diff) | |
download | pkgsrc-2288929de47277cafeb100eefb8a45be0b44c934.tar.gz |
garbage collect a commented out line
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libstroke/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/devel/libstroke/Makefile b/devel/libstroke/Makefile index 5d5523a4ff0..67e8e230e46 100644 --- a/devel/libstroke/Makefile +++ b/devel/libstroke/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/02/14 05:08:50 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.11 2004/02/14 05:09:45 dmcmahill Exp $ # DISTNAME= libstroke-0.3 @@ -17,8 +17,6 @@ USE_LIBTOOL= YES USE_X11= YES USE_BUILDLINK3= YES -#CONFIGURE_ENV+= X_CFLAGS="-I${LOCALBASE}/include" - LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../lang/tcl/buildlink3.mk" |