aboutsummaryrefslogtreecommitdiffstats
path: root/emulators/raine
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-07-14 07:23:25 +0800
committerbapt <bapt@FreeBSD.org>2014-07-14 07:23:25 +0800
commit7244029e548a8568a25201a0e345fd4bc5e9ec5b (patch)
tree255b3b2c0cd318aabd72e99ccb876cde204de6b7 /emulators/raine
parent1fed79fe4ffe7f3c5ecea1df8a93b6926106b4b6 (diff)
downloadfreebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.gz
freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.tar.zst
freebsd-ports-gnome-7244029e548a8568a25201a0e345fd4bc5e9ec5b.zip
Modernize LIB_DEPENDS
With hat: portmgr
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}