diff options
author | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:06:35 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2014-06-16 00:06:35 +0800 |
commit | 941faf01e8b16852cdf1e54d527362f8c4d48ee5 (patch) | |
tree | eed0b36eda9a58fe32ce10633fc341e9e75c9444 /games | |
parent | 895f74f826936c6e4881bf55a702b282e8efc272 (diff) | |
download | freebsd-ports-gnome-941faf01e8b16852cdf1e54d527362f8c4d48ee5.tar.gz freebsd-ports-gnome-941faf01e8b16852cdf1e54d527362f8c4d48ee5.tar.zst freebsd-ports-gnome-941faf01e8b16852cdf1e54d527362f8c4d48ee5.zip |
Stagify.
Approved by: portmgr@
Diffstat (limited to 'games')
-rw-r--r-- | games/quadra/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/games/quadra/Makefile b/games/quadra/Makefile index c4065e318692..52992ec88265 100644 --- a/games/quadra/Makefile +++ b/games/quadra/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://kbrandt.sdf-eu.org/FreeBSD/distfiles/ \ MAINTAINER= kbrandt@sdf-eu.org COMMENT= Tetris like game with multiplayer support -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png USES= gmake tar:bzip2 USE_SDL= sdl @@ -32,7 +32,6 @@ DESKTOP_ENTRIES= "Quadra" "${COMMENT}" \ "${PREFIX}/share/pixmaps/${PORTNAME}.xpm" \ "${PORTNAME}" "BlocksGame;Game;" false -NO_STAGE= yes # maintainer relevant make target: SVN_REV= 757 SVN_SRC= http://quadra.googlecode.com/svn/trunk/quadra/ |