diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /net/unison/Makefile | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'net/unison/Makefile')
-rw-r--r-- | net/unison/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/net/unison/Makefile b/net/unison/Makefile index 798e52a8d09..9c91e24d459 100644 --- a/net/unison/Makefile +++ b/net/unison/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/02/04 22:54:52 adrianp Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/11 21:47:01 tv Exp $ DISTNAME= src PKGNAME= unison-2.9.1 @@ -17,7 +17,6 @@ DIST_SUBDIR= ${PKGNAME_NOREV} # docs: unison-manual.pdf/html/ps/dvi WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make MAKE_FLAGS+= CFLAGS="" UISTYLE=text MAKE_ENV+= HOME=${WRKDIR} |