diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 21:53:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-09-29 21:53:12 +0000 |
commit | 1825981e3cb31c1bfbf3abcaf7a129fa6a04a221 (patch) | |
tree | 894dfc8a3e3ae7ea7a005b1b1e9513171053d194 /games/xpuyopuyo | |
parent | ad758d8fbfae3ad1f53771739b6393fbdf1b22ff (diff) | |
download | ports-1825981e3cb31c1bfbf3abcaf7a129fa6a04a221.tar.gz ports-1825981e3cb31c1bfbf3abcaf7a129fa6a04a221.zip |
xpuyopuyo needs xpm to compile. (Try saying that five times.)
Found by: obento
Notes
Notes:
svn path=/head/; revision=22075
Diffstat (limited to 'games/xpuyopuyo')
-rw-r--r-- | games/xpuyopuyo/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 2d1d1481141f..c55315051ec6 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -12,6 +12,8 @@ MASTER_SITES= http://chaos2.org/xpuyopuyo/ MAINTAINER= yinjieh@csie.nctu.edu.tw +LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm + USE_X_PREFIX= yes GNU_CONFIGURE= yes |