summaryrefslogtreecommitdiff
path: root/textproc/aspell-portuguese
diff options
context:
space:
mode:
authorsbd <sbd>2012-04-05 02:58:24 +0000
committersbd <sbd>2012-04-05 02:58:24 +0000
commit51d6af7e84bfd03af16c7502dc230b638070d4fa (patch)
tree585e32652cffb2e2589af54ffaa5efa9a48077fe /textproc/aspell-portuguese
parent80a1ac0cab443431980b59c9713fb1e901cc7e15 (diff)
downloadpkgsrc-51d6af7e84bfd03af16c7502dc230b638070d4fa.tar.gz
Mark packages as BROKEN if using "pkg" package format on Linux.
Diffstat (limited to 'textproc/aspell-portuguese')
-rw-r--r--textproc/aspell-portuguese/Makefile7
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/aspell-portuguese/Makefile b/textproc/aspell-portuguese/Makefile
index 276cf921e1f..7754648cbd2 100644
--- a/textproc/aspell-portuguese/Makefile
+++ b/textproc/aspell-portuguese/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2011/04/22 13:44:48 obache Exp $
+# $NetBSD: Makefile,v 1.16 2012/04/05 02:58:24 sbd Exp $
#
DISTNAME= aspell-pt-0.50-2
@@ -16,5 +16,10 @@ PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= YES
+.include "../../mk/bsd.prefs.mk"
+.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
+BROKEN= Can not be packaged on Linux
+.endif
+
.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"