summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Brodin <antoine@FreeBSD.org>2013-12-20 11:53:44 +0000
committerAntoine Brodin <antoine@FreeBSD.org>2013-12-20 11:53:44 +0000
commit323c935da854238e5b4cccf626e31b276e5d3697 (patch)
tree7690c0bf343ff040151c449286b7d4709d4be202
parent- Fix build with clang (diff)
Fix LIB_DEPENDS
-rw-r--r--comms/nokryptia/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/nokryptia/Makefile b/comms/nokryptia/Makefile
index 94a52411c899..ce7ddb2eb577 100644
--- a/comms/nokryptia/Makefile
+++ b/comms/nokryptia/Makefile
@@ -10,7 +10,7 @@ MASTER_SITES= http://tuxmobil.org/software/nokryptia/ \
MAINTAINER= ports@FreeBSD.org
COMMENT= Tool for fast loading mp3s into Nokia 5510
-LIB_DEPENDS= libid3-3.so:${PORTSDIR}/audio/id3lib
+LIB_DEPENDS= libid3.so:${PORTSDIR}/audio/id3lib
GNU_CONFIGURE= yes
USE_BZIP2= yes