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 | 8f04cafbd0f632ab71d159f062183b05589165c8 (patch) | |
tree | fe4a4a4f8abc2064329e8f30901d94cec6d5af74 | |
parent | 5469ba29913026edc800fa54dae3af4b4941795e (diff) | |
download | pkgsrc-8f04cafbd0f632ab71d159f062183b05589165c8.tar.gz |
Allow/enable build under Linux, which works just fine now that we have
ez3m linuxable.
-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" |