diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:47:54 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-01-15 09:47:54 +0000 |
commit | 51eb24ff19d58914b86eed23ecab943d1134eda8 (patch) | |
tree | 3299cac691eb14454851afabd92db43201a1524f /sysutils/xentools45 | |
parent | dd4b1a566ba59ad8010df18478cdcb0e18ad4f31 (diff) | |
download | pkgsrc-51eb24ff19d58914b86eed23ecab943d1134eda8.tar.gz |
xen*: Use SSP_SUPPORTED=no instead of PKGSRC_USE_SSP=no.
Diffstat (limited to 'sysutils/xentools45')
-rw-r--r-- | sysutils/xentools45/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/xentools45/Makefile b/sysutils/xentools45/Makefile index f8ba71161b0..83236ff4011 100644 --- a/sysutils/xentools45/Makefile +++ b/sysutils/xentools45/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.54 2018/01/10 16:53:13 jaapb Exp $ +# $NetBSD: Makefile,v 1.55 2018/01/15 09:47:54 jperkin Exp $ VERSION= 4.5.5 PKGREVISION= 8 @@ -30,7 +30,7 @@ PKG_SYSCONFSUBDIR= xen ONLY_FOR_PLATFORM= Linux-2.6*-x86_64 ONLY_FOR_PLATFORM+= NetBSD-[5-9].*-x86_64 -PKGSRC_USE_SSP= no +SSP_SUPPORTED= no CONFLICTS+= libxen-[0-9]* CONFLICTS+= xenstoretools-[0-9]* |