summaryrefslogtreecommitdiff
path: root/lang/icon
diff options
context:
space:
mode:
authortnn <tnn@pkgsrc.org>2008-01-25 12:10:57 +0000
committertnn <tnn@pkgsrc.org>2008-01-25 12:10:57 +0000
commitacc353c25694ca4ed59111c9cf2f2781f5a5cdff (patch)
tree8d8c875e26763f88f2b580f4716370c99e3aac86 /lang/icon
parent6f0bb60bc01d7d372e0176e256ce7cfca2cff249 (diff)
downloadpkgsrc-acc353c25694ca4ed59111c9cf2f2781f5a5cdff.tar.gz
Support FreeBSD. PR pkg/37869 from Aleksej Saushev.
Diffstat (limited to 'lang/icon')
-rw-r--r--lang/icon/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 6f3a5467ea8..17cfdee9b4d 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -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 @@ PTHREAD_OPTS+= require native
. include "../../mk/pthread.buildlink3.mk"
. endif
-.elif ${OPSYS} == "DragonFly"
+.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
NAME= freebsd
.elif ${OPSYS} == "SunOS"