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/xsystem35 | |
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/xsystem35')
-rw-r--r-- | emulators/xsystem35/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/xsystem35/Makefile b/emulators/xsystem35/Makefile index 3f673cd432d8..85bb19223646 100644 --- a/emulators/xsystem35/Makefile +++ b/emulators/xsystem35/Makefile @@ -12,8 +12,8 @@ COMMENT= AliceSoft System 3.5/3.6/3.8/3.9 on X Window System LICENSE= GPLv2 # (or later) -LIB_DEPENDS= vorbis:${PORTSDIR}/audio/libvorbis \ - jpeg:${PORTSDIR}/graphics/jpeg +LIB_DEPENDS= libvorbis.so:${PORTSDIR}/audio/libvorbis \ + libjpeg.so:${PORTSDIR}/graphics/jpeg OPTIONS_DEFINE= ESOUND DOCS EXAMPLES |