summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lang/icon/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/lang/icon/Makefile b/lang/icon/Makefile
index 17cfdee9b4d..12ecf199611 100644
--- a/lang/icon/Makefile
+++ b/lang/icon/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2008/01/25 12:10:57 tnn Exp $
+# $NetBSD: Makefile,v 1.44 2008/03/07 11:24:16 obache Exp $
DISTNAME= icon.v942src
PKGNAME= icon-9.4.2
@@ -33,6 +33,9 @@ PTHREAD_OPTS+= require native
.elif ${OPSYS} == "FreeBSD" || ${OPSYS} == "DragonFly"
NAME= freebsd
+.elif ${OPSYS} == "Linux"
+NAME= linux
+
.elif ${OPSYS} == "SunOS"
. if !empty(CC_VERSION:M*gcc*)