diff options
author | bapt <bapt@FreeBSD.org> | 2014-07-14 07:23:25 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-07-14 07:23:25 +0800 |
commit | 7244029e548a8568a25201a0e345fd4bc5e9ec5b (patch) | |
tree | 255b3b2c0cd318aabd72e99ccb876cde204de6b7 /emulators/stella | |
parent | 1fed79fe4ffe7f3c5ecea1df8a93b6926106b4b6 (diff) | |
download | freebsd-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/stella')
-rw-r--r-- | emulators/stella/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emulators/stella/Makefile b/emulators/stella/Makefile index 57f25a05754c..eb10e0cb5f95 100644 --- a/emulators/stella/Makefile +++ b/emulators/stella/Makefile @@ -10,7 +10,7 @@ DISTNAME= ${PORTNAME}-${PORTVERSION}-src MAINTAINER= acm@FreeBSD.org COMMENT= Multi-platform Atari 2600 VCS emulator -LIB_DEPENDS= png15:${PORTSDIR}/graphics/png +LIB_DEPENDS= libpng15.so:${PORTSDIR}/graphics/png WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION} |