pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/lang/icon Support FreeBSD. PR pkg/37869 from Aleksej S...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/98869a5103ab
branches:  trunk
changeset: 538034:98869a5103ab
user:      tnn <tnn%pkgsrc.org@localhost>
date:      Fri Jan 25 12:10:57 2008 +0000

description:
Support FreeBSD. PR pkg/37869 from Aleksej Saushev.

diffstat:

 lang/icon/Makefile |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 5072df8f574f -r 98869a5103ab lang/icon/Makefile
--- a/lang/icon/Makefile        Fri Jan 25 09:45:22 2008 +0000
+++ b/lang/icon/Makefile        Fri Jan 25 12:10:57 2008 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.42 2007/12/09 19:09:48 wiz Exp $
+# $NetBSD: Makefile,v 1.43 2008/01/25 12:10:57 tnn Exp $
 
 DISTNAME=              icon.v942src
 PKGNAME=               icon-9.4.2
@@ -30,7 +30,7 @@
 .  include "../../mk/pthread.buildlink3.mk"
 .  endif
 
-.elif ${OPSYS} == "DragonFly"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
 NAME=  freebsd
 
 .elif ${OPSYS} == "SunOS"



Home | Main Index | Thread Index | Old Index