diff options
author | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-03-23 04:40:59 +0000 |
commit | 40ae7d62ae38b07a3eb1c0381d94cc01a65ad394 (patch) | |
tree | d8094c229e6aa2ba7ccd261556aaa1939c21a233 /archivers/unarj | |
parent | 4a90888d1bc1c35d09674ec2ae4afa74c64ec0c1 (diff) | |
download | pkgsrc-40ae7d62ae38b07a3eb1c0381d94cc01a65ad394.tar.gz |
USE_BUILDLINK3 must be set to "yes" or "no", not defined/undefined.
Diffstat (limited to 'archivers/unarj')
-rw-r--r-- | archivers/unarj/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/archivers/unarj/Makefile b/archivers/unarj/Makefile index 53c732fc4ed..e4a02d0c659 100644 --- a/archivers/unarj/Makefile +++ b/archivers/unarj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/03/11 18:03:50 xtraeme Exp $ +# $NetBSD: Makefile,v 1.16 2004/03/23 04:40:59 jlam Exp $ DISTNAME= unarj-2.43 CATEGORIES= archivers @@ -14,7 +14,7 @@ RESTRICTED= "Do not charge a fee for use, copying, or distribution" NO_SRC_ON_CDROM=${RESTRICTED} NO_BIN_ON_CDROM=${RESTRICTED} -USE_BUILDLINK3= # defined +USE_BUILDLINK3= yes do-install: ${INSTALL_DATA_DIR} ${PREFIX}/share/doc/unarj |