diff options
author | jlam <jlam> | 2001-08-19 19:38:37 +0000 |
---|---|---|
committer | jlam <jlam> | 2001-08-19 19:38:37 +0000 |
commit | 9958bfac1688447c0791cc1bb85ad5e385bbd863 (patch) | |
tree | 2ee9323d0593a2147818de654f04d5ef27af522d /converters/uulib/Makefile | |
parent | 96131f73ab01d39326e16a5d44472754c12a157b (diff) | |
download | pkgsrc-9958bfac1688447c0791cc1bb85ad5e385bbd863.tar.gz |
Mark as USE_BUILDLINK_ONLY and add a buildlink.mk file for use by other
package Makefiles.
Diffstat (limited to 'converters/uulib/Makefile')
-rw-r--r-- | converters/uulib/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/converters/uulib/Makefile b/converters/uulib/Makefile index e04d8063990..c502aa1fa23 100644 --- a/converters/uulib/Makefile +++ b/converters/uulib/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2001/06/10 16:42:50 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2001/08/19 19:38:37 jlam Exp $ # DISTNAME= uudeview-0.5.15 @@ -13,6 +13,7 @@ COMMENT= Library for uu/xx/Base64/BinHex de-/encoding # "kdesupport-2.1b" included "uu" library. CONFLICTS= kdesupport-2.1b +USE_BUILDLINK_ONLY= # defined GNU_CONFIGURE= # defined USE_LIBTOOL= # defined |