summaryrefslogtreecommitdiff
path: root/misc
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
commitad61d203800f6a8d99efca31c80d396248b3d37e (patch)
tree4f6699e00fe406fc750929e956566af42b371ece /misc
parent664f1e2fb1dd96ecdfa98b695f67e43f27a2497a (diff)
downloadpkgsrc-ad61d203800f6a8d99efca31c80d396248b3d37e.tar.gz
misc/heirloom-time: mark ONLY FOR LINUX
According to the install file, this package is only for Linux
Diffstat (limited to 'misc')
-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"