summaryrefslogtreecommitdiff
path: root/net/rsync
diff options
context:
space:
mode:
authoragc <agc>1999-08-18 09:24:08 +0000
committeragc <agc>1999-08-18 09:24:08 +0000
commit94d821ea50f0866661ee4ec720f6cc9402d0c7a4 (patch)
tree1686fec01e909f6cab705332cd47000d8be501db /net/rsync
parentbde2ab70007d6ec76e2f036049df65e3682a7517 (diff)
downloadpkgsrc-94d821ea50f0866661ee4ec720f6cc9402d0c7a4.tar.gz
Record build options in the BuildInfo file via BUILD_DEFS. These can be
displayed using the -B option to pkg_info(1). Add USE_INET6 to BUILD_DEFS
Diffstat (limited to 'net/rsync')
-rw-r--r--net/rsync/Makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/net/rsync/Makefile b/net/rsync/Makefile
index d7b5e2bdeab..af486d58d78 100644
--- a/net/rsync/Makefile
+++ b/net/rsync/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.23 1999/07/22 16:02:51 itojun Exp $
+# $NetBSD: Makefile,v 1.24 1999/08/18 09:24:08 agc Exp $
#
DISTNAME= rsync-2.3.1
@@ -16,6 +16,8 @@ PATCH_DIST_STRIP= -p1
MAINTAINER= mycroft@netbsd.org
HOMEPAGE= http://samba.anu.edu.au/rsync/
+BUILD_DEFS+= USE_INET6
+
.include "../../mk/bsd.prefs.mk"
GNU_CONFIGURE= yes