aboutsummaryrefslogtreecommitdiff
path: root/emulators/raine
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2014-07-13 23:23:25 +0000
commite6ffa1f425ea668e859fae97edfd25a239614331 (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /emulators/raine
parent9f1b40e753cf899e58168a889a3df63c843fcb4a (diff)
downloadports-e6ffa1f425ea668e859fae97edfd25a239614331.tar.gz
ports-e6ffa1f425ea668e859fae97edfd25a239614331.zip
Modernize LIB_DEPENDS
With hat: portmgr
Notes
Notes: svn path=/head/; revision=361727
Diffstat (limited to 'emulators/raine')
-rw-r--r--emulators/raine/Makefile6
1 files changed, 3 insertions, 3 deletions
diff --git a/emulators/raine/Makefile b/emulators/raine/Makefile
index 55efa686e762..9231ff93b223 100644
--- a/emulators/raine/Makefile
+++ b/emulators/raine/Makefile
@@ -12,9 +12,9 @@ MAINTAINER= flz@FreeBSD.org
COMMENT= Arcade Emulator for M68000, M68020, and Z80 based hardware
BUILD_DEPENDS= ${LOCALBASE}/bin/nasm:${PORTSDIR}/devel/nasm
-LIB_DEPENDS= alleg:${PORTSDIR}/devel/allegro \
- png15:${PORTSDIR}/graphics/png \
- vga.1:${PORTSDIR}/graphics/svgalib
+LIB_DEPENDS= liballeg.so:${PORTSDIR}/devel/allegro \
+ libpng15.so:${PORTSDIR}/graphics/png \
+ libvga.so:${PORTSDIR}/graphics/svgalib
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}