diff options
author | jkim <jkim@FreeBSD.org> | 2014-01-08 06:19:08 +0800 |
---|---|---|
committer | jkim <jkim@FreeBSD.org> | 2014-01-08 06:19:08 +0800 |
commit | 37dbc8a89ca580e01c7c02d824e83f1f6d83dd96 (patch) | |
tree | eb4e8d31de07b218b0cb01cf79d083b957ee83ec /www | |
parent | 8d4b2958c11a4513c6dab999d9c377a9cd400e3a (diff) | |
download | freebsd-ports-gnome-37dbc8a89ca580e01c7c02d824e83f1f6d83dd96.tar.gz freebsd-ports-gnome-37dbc8a89ca580e01c7c02d824e83f1f6d83dd96.tar.zst freebsd-ports-gnome-37dbc8a89ca580e01c7c02d824e83f1f6d83dd96.zip |
Convert LIB_DEPENDS to new format.
Diffstat (limited to 'www')
-rw-r--r-- | www/nspluginwrapper/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/nspluginwrapper/Makefile b/www/nspluginwrapper/Makefile index 2df884ce3414..a3fed6407218 100644 --- a/www/nspluginwrapper/Makefile +++ b/www/nspluginwrapper/Makefile @@ -15,7 +15,7 @@ COMMENT= Compatibility plugin for Mozilla NPAPI plugins LICENSE= GPLv2 -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl CONFLICTS= nspluginwrapper-1.3.* |