summaryrefslogtreecommitdiff
path: root/x11/Xfixes
diff options
context:
space:
mode:
authordholland <dholland@pkgsrc.org>2008-09-08 18:40:52 +0000
committerdholland <dholland@pkgsrc.org>2008-09-08 18:40:52 +0000
commitf8903c28090ca31219eb3eaef14198e99d429c37 (patch)
treea0052e302e2364d05fbc7d016058fb55f2d22ff0 /x11/Xfixes
parentc62b1f6e0b0f92462e2a59ec8d7b388bcd66fb5e (diff)
downloadpkgsrc-f8903c28090ca31219eb3eaef14198e99d429c37.tar.gz
Fix my previous commit, which was borked in some cases. Noted by gson@.
Diffstat (limited to 'x11/Xfixes')
-rw-r--r--x11/Xfixes/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/x11/Xfixes/Makefile b/x11/Xfixes/Makefile
index 992f025c962..27b0c478ac1 100644
--- a/x11/Xfixes/Makefile
+++ b/x11/Xfixes/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2008/09/08 07:02:52 dholland Exp $
+# $NetBSD: Makefile,v 1.25 2008/09/08 18:40:52 dholland Exp $
#
DISTNAME= libXfixes-2.0.1
@@ -13,9 +13,6 @@ HOMEPAGE= http://freedesktop.org/
COMMENT= X Fixes extension of X RandR
CONFLICTS+= libXfixes-[0-9]*
-.if "${X11_TYPE}" != "native"
-PKG_FAIL_REASON+="This package is for native X11 only; use libXfixes instead."
-.endif
PKG_INSTALLATION_TYPES= overwrite pkgviews
@@ -26,6 +23,11 @@ GNU_CONFIGURE= yes
PKGCONFIG_OVERRIDE+= xfixes.pc.in
.include "../../mk/bsd.prefs.mk"
+
+.if ${X11_TYPE} != "native"
+PKG_FAIL_REASON+="This package is for native X11 only; use libXfixes instead."
+.endif
+
.if (${OPSYS} == "Darwin")
CFLAGS+= -fno-common
.endif