diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1999-10-17 13:45:05 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1999-10-17 13:45:05 +0000 |
commit | b343c8936069d878638b758a56acbbf437798ec8 (patch) | |
tree | 25278922617cf0df1ed99f7a5ac3e52b872910f8 /games | |
parent | b93c86c5b15bdbc912b80fafa3a0de8e032eddd9 (diff) | |
download | ports-b343c8936069d878638b758a56acbbf437798ec8.tar.gz ports-b343c8936069d878638b758a56acbbf437798ec8.zip |
Notes
Diffstat (limited to 'games')
-rw-r--r-- | games/xpuyopuyo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/xpuyopuyo/Makefile b/games/xpuyopuyo/Makefile index 0c2147cadbce..6c2c0a02143b 100644 --- a/games/xpuyopuyo/Makefile +++ b/games/xpuyopuyo/Makefile @@ -14,7 +14,7 @@ MAINTAINER= yinjieh@csie.nctu.edu.tw LIB_DEPENDS= Xpm.4:${PORTSDIR}/graphics/xpm \ gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 \ - gnomeui.2:${PORTSDIR}/x11/gnomelibs + gnomeui.3:${PORTSDIR}/x11/gnomelibs GLIB_CONFIG?= ${LOCALBASE}/bin/glib12-config GTK_CONFIG?= ${X11BASE}/bin/gtk12-config |