aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:25:19 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2015-06-27 14:25:19 +0000
commita3853b821094025c619e8adf5458ac6a132bc4ed (patch)
treeafd9b39ee7baaad6cec5949019009df0c8e33001
parent2c8b364bf9863ced4ea185e4075d6257b8034321 (diff)
downloadports-a3853b821094025c619e8adf5458ac6a132bc4ed.tar.gz
ports-a3853b821094025c619e8adf5458ac6a132bc4ed.zip
Notes
-rw-r--r--astro/libgal/Makefile11
1 files changed, 3 insertions, 8 deletions
diff --git a/astro/libgal/Makefile b/astro/libgal/Makefile
index e2b9d377c10b..531515a262fb 100644
--- a/astro/libgal/Makefile
+++ b/astro/libgal/Makefile
@@ -16,12 +16,7 @@ GNU_CONFIGURE= yes
CONFIGURE_ARGS= --prefix=${PREFIX} --sysconfdir=${PREFIX} --enable-shared=yes
USE_LDCONFIG= yes
-.include <bsd.port.pre.mk>
+BROKEN_powerpc= Does not compile on powerpc: invokes i386 asm
+BROKEN_sparc64= Does not compile on sparc64: gcc coredump
-.if ${ARCH} == "powerpc"
-BROKEN= Does not compile on powerpc: invokes i386 asm
-.elif ${ARCH} == "sparc64"
-BROKEN= Does not compile on sparc64: gcc coredump
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>