diff options
Diffstat (limited to 'games/xinvaders/Makefile')
-rw-r--r-- | games/xinvaders/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/xinvaders/Makefile b/games/xinvaders/Makefile index 9bfb0ff6ac1f..08ff361436fe 100644 --- a/games/xinvaders/Makefile +++ b/games/xinvaders/Makefile @@ -7,7 +7,7 @@ PORTNAME= xinvaders PORTVERSION= 2.1.1 -PORTREVISION= 4 +PORTREVISION= 5 CATEGORIES= games MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR= games/arcade/invaders @@ -20,7 +20,7 @@ ONLY_FOR_ARCHS= i386 NO_CDROM= "don't sell for profit" USE_GETTEXT= yes -USE_X_PREFIX= yes +USE_XORG= x11 xmu xaw xt USE_AUTOTOOLS= automake:14 autoconf:213 AUTOMAKE_ARGS= --include-deps CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ |