diff options
author | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:36:22 +0000 |
---|---|---|
committer | Jimmy Olgeni <olgeni@FreeBSD.org> | 2001-02-05 14:36:22 +0000 |
commit | c9a937f5a8bdcc3db86388233d90f7fd022b7385 (patch) | |
tree | 938e2119116a34b309ea3610e18e74d6ce2db943 /editors/vigor | |
parent | 9a723dd34f3feb172c37cd710f816ee3fbb9f2cd (diff) | |
download | ports-c9a937f5a8bdcc3db86388233d90f7fd022b7385.tar.gz ports-c9a937f5a8bdcc3db86388233d90f7fd022b7385.zip |
Notes
Diffstat (limited to 'editors/vigor')
-rw-r--r-- | editors/vigor/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/editors/vigor/Makefile b/editors/vigor/Makefile index 22ca5b67d225..778cfac7cda5 100644 --- a/editors/vigor/Makefile +++ b/editors/vigor/Makefile @@ -19,7 +19,7 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS+=--program-transform-name="s,0,1," CONFIGURE_ENV+= LDFLAGS="-L${LOCALBASE}/lib" -WRKSRC= ${WRKDIR}/${DISTNAME}/build +WRKSRC= ${WRKDIR}/${DISTNAME}/build CFLAGS+= -I${LOCALBASE}/include/tcl8.2 -I${LOCALBASE}/include/tk8.2 # Uglyness. So is "-ltcl -ltk -ltcl", so I don't feel bad. |