diff options
author | cheusov <cheusov> | 2012-10-05 17:17:04 +0000 |
---|---|---|
committer | cheusov <cheusov> | 2012-10-05 17:17:04 +0000 |
commit | 4faf8b9736b12f762919fe9bc3ec73000df94ff4 (patch) | |
tree | fdd6815eb9793fb3908dd283dda79967ec0bbe3f /security | |
parent | cb647c1b635ac15a17626f503e086b953ac4e6fd (diff) | |
download | pkgsrc-4faf8b9736b12f762919fe9bc3ec73000df94ff4.tar.gz |
CONFLICTS between lang/sr and security/srm
Diffstat (limited to 'security')
-rw-r--r-- | security/srm/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/security/srm/Makefile b/security/srm/Makefile index 0336175228e..e5637fbf1f1 100644 --- a/security/srm/Makefile +++ b/security/srm/Makefile @@ -1,7 +1,8 @@ -# $NetBSD: Makefile,v 1.4 2010/11/01 00:08:15 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2012/10/05 17:17:04 cheusov Exp $ # DISTNAME= srm-1.2.8 +PKGREVISION= 1 CATEGORIES= security MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=srm/} @@ -13,4 +14,6 @@ PKG_DESTDIR_SUPPORT= user-destdir GNU_CONFIGURE= yes +CONFLICTS+= sr-[0-9]* # bin/srm + .include "../../mk/bsd.pkg.mk" |