diff options
author | jlam <jlam> | 2001-07-23 10:21:12 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-07-23 10:21:12 +0000 |
commit | 2989aff3bec01c9c9e2cd9292472407123f2b9bc (patch) | |
tree | 5a5dde2489fb9cdfbdf5129d527243132a66b2eb | |
parent | 953e1b94552adc88fb708cd8a5783ca9dce939fb (diff) | |
download | pkgsrc-2989aff3bec01c9c9e2cd9292472407123f2b9bc.tar.gz |
Make build not reference directories in ${LOCALBASE}. Reorder some lines
for clarity.
-rw-r--r-- | lang/smalltalk/Makefile | 17 |
1 files changed, 11 insertions, 6 deletions
diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 02fdb671b84..36b21f263e7 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2001/07/10 22:37:36 mjl Exp $ +# $NetBSD: Makefile,v 1.6 2001/07/23 10:21:12 jlam Exp $ # DISTNAME= smalltalk-1.95.4 @@ -9,12 +9,17 @@ MAINTAINER= packages@netbsd.org HOMEPAGE= http://www.smalltalk.org/versions/GNUSmalltalk.html COMMENT= GNU Smalltalk: A smalltalk-80 implementation -CONFIGURE_ARGS= --with-included-regex --with-readline=${PREFIX} -GNU_CONFIGURE= YES -USE_GMAKE= YES -USE_LIBTOOL= YES -USE_GNU_READLINE=YES +USE_GMAKE= YES +USE_GNU_READLINE= YES +USE_BUILDLINK_ONLY= YES +GNU_CONFIGURE= YES +CONFIGURE_ARGS= --with-included-regex +CONFIGURE_ARGS+= --with-readline +CONFIGURE_ARGS+= --with-tcl=${BUILDLINK_DIR}/lib +CONFIGURE_ARGS+= --with-tk=${BUILDLINK_DIR}/lib + +USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../devel/readline/buildlink.mk" |