diff options
Diffstat (limited to 'games/vamos/Makefile')
-rw-r--r-- | games/vamos/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/games/vamos/Makefile b/games/vamos/Makefile index c6fc343e1d40..264f83ccccf5 100644 --- a/games/vamos/Makefile +++ b/games/vamos/Makefile @@ -16,8 +16,8 @@ COMMENT= Automotive simulation framework LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -LIB_DEPENDS= libboost_date_time.so:${PORTSDIR}/devel/boost-libs \ - libpng.so:${PORTSDIR}/graphics/png +LIB_DEPENDS= libboost_date_time.so:devel/boost-libs \ + libpng.so:graphics/png USES= libtool openal:al,alut pkgconfig USE_XORG= sm ice x11 xi xext xmu |