diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-12-11 18:28:10 +0000 |
commit | 0d0c38abda42953116077041374621f29398bca1 (patch) | |
tree | f84adaddc0b7a4395bdc34d83a623d5052d2e8b9 /deskutils/ljit | |
parent | b4f16ddf9e841edbd8aa8e09adc1c959e5cf6f7d (diff) |
In preparation for making libtool generate libraries with a sane name, fix all
LIB_DEPENDS in deskutils
Notes
Notes:
svn path=/head/; revision=336190
Diffstat (limited to 'deskutils/ljit')
-rw-r--r-- | deskutils/ljit/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/deskutils/ljit/Makefile b/deskutils/ljit/Makefile index 5aaf6cec3b8f..f81cb0f70811 100644 --- a/deskutils/ljit/Makefile +++ b/deskutils/ljit/Makefile @@ -13,7 +13,7 @@ COMMENT= GUI tool to help LiveJournal users post images LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl RUN_DEPENDS= convert:${PORTSDIR}/graphics/ImageMagick GNU_CONFIGURE= yes |