diff options
-rw-r--r-- | astro/planets/Makefile | 4 |
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 |