summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--converters/uudeview/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/converters/uudeview/Makefile b/converters/uudeview/Makefile
index e3243ee98a5..41f1e0b0a3b 100644
--- a/converters/uudeview/Makefile
+++ b/converters/uudeview/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2001/06/10 16:37:55 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2001/08/20 02:18:56 jlam Exp $
#
DISTNAME= uudeview-0.5.15
@@ -9,10 +9,10 @@ MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.fpx.de/fp/Software/UUDeview/
COMMENT= Program for uu/xx/Base64/BinHex de-/encoding
-DEPENDS+= uulib-0.5.15:../../converters/uulib
-
-GNU_CONFIGURE= Yes
-CONFIGURE_ARGS= --enable-inews=inews --disable-tcl
-CONFIGURE_ENV= LDFLAGS=-s
+USE_BUILDLINK_ONLY= # defined
+GNU_CONFIGURE= # defined
+CONFIGURE_ARGS+= --enable-inews=inews --disable-tcl
+LDFLAGS+= ${STRIPFLAG}
+.include "../../converters/uulib/buildlink.mk"
.include "../../mk/bsd.pkg.mk"