diff options
author | sbd <sbd@pkgsrc.org> | 2012-04-05 02:58:24 +0000 |
---|---|---|
committer | sbd <sbd@pkgsrc.org> | 2012-04-05 02:58:24 +0000 |
commit | ede5bed15842abff4fafdde1d7017b921a47c0fe (patch) | |
tree | 585e32652cffb2e2589af54ffaa5efa9a48077fe /textproc/aspell-romanian | |
parent | 0a1a39caa7e99bc621e8877a542c47e48f518544 (diff) | |
download | pkgsrc-ede5bed15842abff4fafdde1d7017b921a47c0fe.tar.gz |
Mark packages as BROKEN if using "pkg" package format on Linux.
Diffstat (limited to 'textproc/aspell-romanian')
-rw-r--r-- | textproc/aspell-romanian/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/textproc/aspell-romanian/Makefile b/textproc/aspell-romanian/Makefile index ff7c2eebe57..b36b6808d1e 100644 --- a/textproc/aspell-romanian/Makefile +++ b/textproc/aspell-romanian/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-ro-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" |