diff options
Diffstat (limited to 'games/cosmosmash/Makefile')
-rw-r--r-- | games/cosmosmash/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/games/cosmosmash/Makefile b/games/cosmosmash/Makefile index 950328a7b0f2..2f53284d85e6 100644 --- a/games/cosmosmash/Makefile +++ b/games/cosmosmash/Makefile @@ -13,10 +13,10 @@ COMMENT= Clone of the Intellivision(TM) game Astrosmash(TM) LICENSE= GPLv2 -LIB_DEPENDS= libflatzebra-0.1.so:${PORTSDIR}/devel/flatzebra \ - libaa.so:${PORTSDIR}/graphics/aalib \ - libmikmod.so:${PORTSDIR}/audio/libmikmod \ - libaudiofile.so:${PORTSDIR}/audio/libaudiofile +LIB_DEPENDS= libflatzebra-0.1.so:devel/flatzebra \ + libaa.so:graphics/aalib \ + libmikmod.so:audio/libmikmod \ + libaudiofile.so:audio/libaudiofile USE_SDL= sdl image mixer USE_XORG= x11 xau xdmcp |