1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

- set USE_XORG

This commit is contained in:
Dirk Meyer 2008-03-17 16:56:59 +00:00
parent cd9c9e2fff
commit 35b1cf5ca7
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=209226
2 changed files with 2 additions and 1 deletions

View File

@ -16,7 +16,7 @@ MAINTAINER= dinoex@FreeBSD.org
COMMENT= X11 arcade game
USE_IMAKE= yes
USE_XPM= yes
USE_XORG= xpm xext x11
WRKSRC= ${WRKDIR}/xboing
MAN1= xboing.1

View File

@ -22,5 +22,6 @@ PLIST_FILES= bin/xinfocom
WRKSRC= ${WRKDIR}/xinfocom
USE_IMAKE= yes
USE_XORG= xt sm ice xext x11
.include <bsd.port.mk>