diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-12-25 19:04:25 +0000 |
commit | 7ae46e9b126aa67fb2c445fc7b192dd6a42f4ee5 (patch) | |
tree | 1ab8a61c390fb88b46b924e62465cf67b9cc354f /games/vamos | |
parent | bfdfc5baac1b60e409c56691b0e6d07cff8d1d91 (diff) |
Notes
Diffstat (limited to 'games/vamos')
-rw-r--r-- | games/vamos/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index 14622b6f6bee..637f4befb717 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -17,7 +17,7 @@ LICENSE= GPLv2 # or later LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ - libpng15.so:${PORTSDIR}/graphics/png + libpng.so:${PORTSDIR}/graphics/png USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu |