diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-03-18 00:56:59 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-03-18 00:56:59 +0800 |
commit | acd0e4fc67af6181ea0c938be8fe44e3614abe28 (patch) | |
tree | ce510d233893a68d7dffaa58008063bf6207b366 /games/xinfocom | |
parent | 04ccfc7e854fbd82a51b05a06a3738aecfdf65df (diff) | |
download | freebsd-ports-gnome-acd0e4fc67af6181ea0c938be8fe44e3614abe28.tar.gz freebsd-ports-gnome-acd0e4fc67af6181ea0c938be8fe44e3614abe28.tar.zst freebsd-ports-gnome-acd0e4fc67af6181ea0c938be8fe44e3614abe28.zip |
- set USE_XORG
Diffstat (limited to 'games/xinfocom')
-rw-r--r-- | games/xinfocom/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/xinfocom/Makefile b/games/xinfocom/Makefile index 1d6d1d298cdc..e79bf923fb0c 100644 --- a/games/xinfocom/Makefile +++ b/games/xinfocom/Makefile @@ -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> |