summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--graphics/openexr/Makefile9
1 files changed, 2 insertions, 7 deletions
diff --git a/graphics/openexr/Makefile b/graphics/openexr/Makefile
index d890d30a6b8..59e1befea76 100644
--- a/graphics/openexr/Makefile
+++ b/graphics/openexr/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2007/03/13 09:16:56 rillig Exp $
+# $NetBSD: Makefile,v 1.16 2007/03/13 10:00:55 rillig Exp $
DISTNAME= openexr-1.4.0a
PKGNAME= openexr-1.4.0
@@ -18,12 +18,7 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE= OpenEXR.pc.in
TEST_TARGET= check
PTHREAD_OPTS+= require
-
-.include "../../mk/bsd.prefs.mk"
-
-.if ${OPSYS} == "IRIX"
-LDFLAGS+= -lmx
-.endif
+LIBS.IRIX+= -lmx
.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"