summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-18 19:15:46 +0800
committerkwm <kwm@058c260c-8361-11dd-a0ac-aa2bafec7d09>2012-01-18 19:15:46 +0800
commitc05e8202d05ebc191094e17d952f17b0acb29ca7 (patch)
treea80c39ba4cc9b7e542bf1767f59f27792a44c726
parent7a7085a9f3b819d3e9dac00786b322fe271ee387 (diff)
downloadxorg-devel-ports-c05e8202d05ebc191094e17d952f17b0acb29ca7.tar.gz
xorg-devel-ports-c05e8202d05ebc191094e17d952f17b0acb29ca7.tar.zst
xorg-devel-ports-c05e8202d05ebc191094e17d952f17b0acb29ca7.zip
.import <bsd.port.pre.mk> need to come AFTER OPTIONS.
Submitted by: crsd git-svn-id: https://trillian.chruetertee.ch/svn/ports/branches/xorg-dev@355 058c260c-8361-11dd-a0ac-aa2bafec7d09
-rw-r--r--x11-servers/xorg-server/Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile
index 7e06d72..5770107 100644
--- a/x11-servers/xorg-server/Makefile
+++ b/x11-servers/xorg-server/Makefile
@@ -68,8 +68,6 @@ MAN5+= xorg.conf.d.5
PLIST= ${.CURDIR}/pkg-plist
.endif
-.include <bsd.port.pre.mk>
-
OPTIONS= AIGLX "Compile with Accelerated Indirect GLX support" on \
SUID "Install the Xorg server with setuid bit set" on
.if ${ARCH} == sparc64
@@ -78,6 +76,7 @@ OPTIONS+= HAL "Compile with HAL config support" off
OPTIONS+= HAL "Compile with HAL config support" on
.endif
+.include <bsd.port.pre.mk>
.if defined(WITH_OPENSSL_BASE)
# The reason why I use this is cause openssl from base doesn't install a .pc file