diff options
author | asami <asami@FreeBSD.org> | 1999-09-30 05:53:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1999-09-30 05:53:12 +0800 |
commit | 7b003dc85fd766c8cd7b91a1b42208dce5ee44f6 (patch) | |
tree | 8128ffbf591ba7baefc29bf08e4766e66abcdb83 /games/xpuyopuyo | |
parent | 12783d24a52a3bb1e8d27ba1db8c9333dc992dea (diff) | |
download | freebsd-ports-gnome-7b003dc85fd766c8cd7b91a1b42208dce5ee44f6.tar.gz freebsd-ports-gnome-7b003dc85fd766c8cd7b91a1b42208dce5ee44f6.tar.zst freebsd-ports-gnome-7b003dc85fd766c8cd7b91a1b42208dce5ee44f6.zip |
xpuyopuyo needs xpm to compile. (Try saying that five times.)
Found by: obento
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 |