aboutsummaryrefslogtreecommitdiffstats
path: root/astro
diff options
context:
space:
mode:
authorkris <kris@FreeBSD.org>2006-01-23 07:18:57 +0800
committerkris <kris@FreeBSD.org>2006-01-23 07:18:57 +0800
commitd30abd9cba20dd3aaf8342d7bd61e816437c0b06 (patch)
tree0d17ea62f611b6fffec829c12b7edd665cf07e86 /astro
parente94e5ffc14bd18006ebf9e07e00a3bf8f71c56a5 (diff)
downloadfreebsd-ports-graphics-d30abd9cba20dd3aaf8342d7bd61e816437c0b06.tar.gz
freebsd-ports-graphics-d30abd9cba20dd3aaf8342d7bd61e816437c0b06.tar.zst
freebsd-ports-graphics-d30abd9cba20dd3aaf8342d7bd61e816437c0b06.zip
BROKEN when WITHOUT_X11: Does not build without X support
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 9b38cf88681..4dab67c5380 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