diff options
author | marino <marino@pkgsrc.org> | 2012-05-23 08:05:25 +0000 |
---|---|---|
committer | marino <marino@pkgsrc.org> | 2012-05-23 08:05:25 +0000 |
commit | 7ac300ab13c58a6aa75754b1b20ee9b6fc776081 (patch) | |
tree | b75e2219715399a5f7eb994c995d67f5c6d213d5 /archivers | |
parent | 5f127e47cf8ddb367cc525180b8d4d027f1f8abc (diff) | |
download | pkgsrc-7ac300ab13c58a6aa75754b1b20ee9b6fc776081.tar.gz |
archivers/sapcar: Mark NOT-FOR-DRAGONFLY
This consolidates 9 lines of error messages down to one.
Diffstat (limited to 'archivers')
-rw-r--r-- | archivers/sapcar/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/archivers/sapcar/Makefile b/archivers/sapcar/Makefile index d2cffa626a5..f02e7404646 100644 --- a/archivers/sapcar/Makefile +++ b/archivers/sapcar/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2010/02/11 15:16:18 joerg Exp $ +# $NetBSD: Makefile,v 1.5 2012/05/23 08:05:25 marino Exp $ PKGNAME= sapcar-7.00 CATEGORIES= archivers @@ -6,6 +6,8 @@ EXTRACT_SUFX= # empty PKG_DESTDIR_SUPPORT= user-destdir +NOT_FOR_PLATFORM+= DragonFly-*-* + .include "../../emulators/sap/Makefile.common" .if ${SAP_OPSYS} == "linux" |