diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-13 10:23:57 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2012-07-13 10:23:57 +0000 |
commit | abb421178b40d538c4cd278668b0390288ab38a6 (patch) | |
tree | 2fb00fbbbc36f2454852abe8d678aa386bc41730 /x11-servers | |
parent | 41a8aed64311c115afcc4ecfe550c1924198f414 (diff) | |
download | ports-abb421178b40d538c4cd278668b0390288ab38a6.tar.gz ports-abb421178b40d538c4cd278668b0390288ab38a6.zip |
Notes
Diffstat (limited to 'x11-servers')
-rw-r--r-- | x11-servers/xorg-server/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/x11-servers/xorg-server/Makefile b/x11-servers/xorg-server/Makefile index 4f693e228648..2e35ac81c929 100644 --- a/x11-servers/xorg-server/Makefile +++ b/x11-servers/xorg-server/Makefile @@ -80,12 +80,9 @@ SUID_DESC= Install the Xorg server with setuid bit set HAL_DESC= Compile with HAL config support OPTIONS_DEFAULT= AIGLX SUID HAL -.include <bsd.port.pre.mk> - -.if ${ARCH} == sparc64 -OPTIONS_DEFAULT:= ${OPTIONS_DEFAULT:NHAL} -.endif +OPTIONS_EXCLUDE_sparc64= HAL +.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 |