diff options
Diffstat (limited to 'emulators/raine/Makefile')
-rw-r--r-- | emulators/raine/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile index dfde0be106e9..df7aeb3d1d07 100644 --- a/emulators/raine/Makefile +++ b/emulators/raine/Makefile @@ -13,8 +13,8 @@ COMMENT= Arcade Emulator for M68000, M68020 and Z80 based hardware LICENSE= ART10 -BUILD_DEPENDS= nasm>0:${PORTSDIR}/devel/nasm -LIB_DEPENDS= libpng.so:${PORTSDIR}/graphics/png +BUILD_DEPENDS= nasm>0:devel/nasm +LIB_DEPENDS= libpng.so:graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |