diff options
author | jschauma <jschauma@pkgsrc.org> | 2004-06-04 18:19:50 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2004-06-04 18:19:50 +0000 |
commit | 2d07470394e772965a89452fd2458d096649e72c (patch) | |
tree | fe4a4a4f8abc2064329e8f30901d94cec6d5af74 /devel/cvsup | |
parent | 1ea7487f0f8cb4416e0f09d6686cd5ea41eaade0 (diff) | |
download | pkgsrc-2d07470394e772965a89452fd2458d096649e72c.tar.gz |
Allow/enable build under Linux, which works just fine now that we have
ez3m linuxable.
Diffstat (limited to 'devel/cvsup')
-rw-r--r-- | devel/cvsup/Makefile.common | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/cvsup/Makefile.common b/devel/cvsup/Makefile.common index 98bf6f40330..ce6893f1815 100644 --- a/devel/cvsup/Makefile.common +++ b/devel/cvsup/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/01/06 05:11:16 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.4 2004/06/04 18:19:50 jschauma Exp $ DISTNAME= cvsup-snap-16.1h CATEGORIES= devel net @@ -8,7 +8,7 @@ MAINTAINER= motoyuki@bsdclub.org HOMEPAGE= http://www.polstra.com/projects/freeware/CVSup/ COMMENT= cvsup daemon and client -ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 +ONLY_FOR_PLATFORM= FreeBSD-*-i386 NetBSD-*-i386 Linux-*-i386 .include "../../mk/bsd.prefs.mk" |