aboutsummaryrefslogtreecommitdiff
path: root/astro
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2006-01-22 23:18:57 +0000
committerKris Kennaway <kris@FreeBSD.org>2006-01-22 23:18:57 +0000
commitb8df13001bbe5ab5c2b16128dadd2117f8a53f07 (patch)
tree59e9bd3c59946b0ec5ddbe2781d53ee41d42c803 /astro
parent2d487379c640c1b8698b3f0595e7d24eddc68703 (diff)
downloadports-b8df13001bbe5ab5c2b16128dadd2117f8a53f07.tar.gz
ports-b8df13001bbe5ab5c2b16128dadd2117f8a53f07.zip
BROKEN when WITHOUT_X11: Does not build without X support
Notes
Notes: svn path=/head/; revision=154199
Diffstat (limited to 'astro')
-rw-r--r--astro/planets/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/astro/planets/Makefile b/astro/planets/Makefile
index 9b38cf88681a..4dab67c53804 100644
--- a/astro/planets/Makefile
+++ b/astro/planets/Makefile
@@ -24,6 +24,10 @@ ALL_TARGET= ${PORTNAME}
MAN1= planets.1
+.if defined(WITHOUT_X11)
+BROKEN= Does not build without X11 support
+.endif
+
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/planets.1 ${MANPREFIX}/man/man1