diff options
author | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
---|---|---|
committer | pawel <pawel@FreeBSD.org> | 2013-08-29 23:01:46 +0800 |
commit | 04fb25691d27264db9ce274313916f94898deef9 (patch) | |
tree | 0f24ce676070cd2b3017f761db8f5e49e00c5b07 /www | |
parent | 1be8826148dc06f92e9b28febd5f7dff2d5b47c1 (diff) | |
download | freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.gz freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.tar.zst freebsd-ports-gnome-04fb25691d27264db9ce274313916f94898deef9.zip |
- Switch to new LIB_DEPENDS format
- Convert USE_PERL5 to USES
- Remove stale MAKE_JOBS_SAFE
- Trim dependencies where they are too detailed
Diffstat (limited to 'www')
-rw-r--r-- | www/netsurf/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/www/netsurf/Makefile b/www/netsurf/Makefile index 94c2d48f2fef..e52ed0520ccc 100644 --- a/www/netsurf/Makefile +++ b/www/netsurf/Makefile @@ -15,8 +15,8 @@ LICENSE= GPLv2 MIT LICENSE_COMB= multi BUILD_DEPENDS= flex:${PORTSDIR}/textproc/flex -LIB_DEPENDS= curl:${PORTSDIR}/ftp/curl \ - mng:${PORTSDIR}/graphics/libmng +LIB_DEPENDS= libcurl.so:${PORTSDIR}/ftp/curl \ + libmng.so:${PORTSDIR}/graphics/libmng ALL_TARGET= #empty CFLAGS+= -I${LOCALBASE}/include @@ -33,7 +33,7 @@ DESKTOP_ENTRIES="NetSurf" "${COMMENT}" "" "${PORTNAME}" "" "true" OPTIONS_DEFINE= GSTREAMER WEBP -WEBP_LIB_DEPENDS= webp:${PORTSDIR}/graphics/webp +WEBP_LIB_DEPENDS= libwebp.so:${PORTSDIR}/graphics/webp .include <bsd.port.options.mk> |