diff options
author | uebayasi <uebayasi> | 2003-01-07 11:40:23 +0000 |
---|---|---|
committer | uebayasi <uebayasi> | 2003-01-07 11:40:23 +0000 |
commit | c6256d8b7b33d2c35a4f96fb6359e3bbda9ff2dc (patch) | |
tree | 8712a73ed63b1e098208ddfce10af9c0e6f53a59 /devel | |
parent | db209a2de8fbe8db33edee01153569852fe5cfb8 (diff) | |
download | pkgsrc-c6256d8b7b33d2c35a4f96fb6359e3bbda9ff2dc.tar.gz |
Actually buildlinkify.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/guile-oops/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/devel/guile-oops/Makefile b/devel/guile-oops/Makefile index 4e177faec96..41b16cf2b9e 100644 --- a/devel/guile-oops/Makefile +++ b/devel/guile-oops/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/01/07 03:56:21 uebayasi Exp $ +# $NetBSD: Makefile,v 1.6 2003/01/07 11:40:23 uebayasi Exp $ # DISTNAME= guile-oops-0.9.0 @@ -9,9 +9,10 @@ MAINTAINER= dillo@giga.or.at HOMEPAGE= http://www.gnu.org/software/guile/ COMMENT= CLOS-like object system for Guile +USE_BUILDLINK2= YES GNU_CONFIGURE= YES -USE_LIBTOOL= YES -LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig +USE_LIBTOOL= YES +LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig .include "../../lang/guile14/buildlink2.mk" .include "../../mk/texinfo.mk" |