diff options
author | tv <tv@pkgsrc.org> | 2005-11-08 16:58:17 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-11-08 16:58:17 +0000 |
commit | 0f5daad78b5dbb7f9007d9efd6545308121fee7e (patch) | |
tree | b1872b6abda12c525fefc46f290f8621d80f7d80 /net/rp-l2tp/Makefile | |
parent | 7343086909633f58e820eccff76adb9bbe621fba (diff) | |
download | pkgsrc-0f5daad78b5dbb7f9007d9efd6545308121fee7e.tar.gz |
Use += in previous.
Diffstat (limited to 'net/rp-l2tp/Makefile')
-rw-r--r-- | net/rp-l2tp/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/rp-l2tp/Makefile b/net/rp-l2tp/Makefile index 6f701d3b929..006271b3984 100644 --- a/net/rp-l2tp/Makefile +++ b/net/rp-l2tp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/11/08 16:57:59 tv Exp $ +# $NetBSD: Makefile,v 1.6 2005/11/08 16:58:17 tv Exp $ # DISTNAME= rp-l2tp-0.3 @@ -9,7 +9,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/rp-l2tp/ COMMENT= User-space implementation of layer 2 tunnelling protocol -NOT_FOR_PLATFORM= Interix-*-* # no userland protocol stack support +NOT_FOR_PLATFORM+= Interix-*-* # no userland protocol stack support GNU_CONFIGURE= yes CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} |