summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarino <marino@pkgsrc.org>2012-05-22 17:18:21 +0000
committermarino <marino@pkgsrc.org>2012-05-22 17:18:21 +0000
commitaf308a56b974d1f4f5d068846fa7d80f0de84fa4 (patch)
tree4f6699e00fe406fc750929e956566af42b371ece
parentf531029d1dd8f51ed164bb80697ae1f1ac9c376e (diff)
downloadpkgsrc-af308a56b974d1f4f5d068846fa7d80f0de84fa4.tar.gz
misc/heirloom-time: mark ONLY FOR LINUX
According to the install file, this package is only for Linux
-rw-r--r--misc/heirloom-time/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/misc/heirloom-time/Makefile b/misc/heirloom-time/Makefile
index e0459ad9992..9c6a6ce445a 100644
--- a/misc/heirloom-time/Makefile
+++ b/misc/heirloom-time/Makefile
@@ -1,11 +1,11 @@
-# $NetBSD: Makefile,v 1.2 2011/05/28 10:15:16 cheusov Exp $
+# $NetBSD: Makefile,v 1.3 2012/05/22 17:18:21 marino Exp $
PKGNAME= heirloom-time-${HEIRLOOM_VER}
CATEGORIES= misc time
MAKE_FLAGS+= SUBDIRS="build time"
-NOT_FOR_PLATFORM+= NetBSD-*-*
+ONLY_FOR_PLATFORM+= Linux-*-*
.include "../../sysutils/heirloom-doc/Makefile.common"