diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:33:55 +0000 |
commit | 72ea7e696b763bdbcef04fdbccc122c0364fa567 (patch) | |
tree | 38b741bb92caf8470d126310c77168cb30040476 /www/elinks | |
parent | 5e102732a601b54d1dc9e887dc050777bf920349 (diff) |
Remove ${PORTSDIR}/ from dependencies, categories v, w, x, y, and z.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412351
Diffstat (limited to 'www/elinks')
-rw-r--r-- | www/elinks/Makefile | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/www/elinks/Makefile b/www/elinks/Makefile index b41a146859d8..4d2bf659872d 100644 --- a/www/elinks/Makefile +++ b/www/elinks/Makefile @@ -40,7 +40,7 @@ FASTMEM_DESC= Fast memory allocation functions NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -GUILE_LIB_DEPENDS= libguile.so:${PORTSDIR}/lang/guile +GUILE_LIB_DEPENDS= libguile.so:lang/guile GUILE_CONFIGURE_WITH= guile LUA_USES= lua:51 @@ -53,7 +53,7 @@ PERL_CONFIGURE_WITH= perl FASTMEM_CONFIGURE_ON= --enable-fastmem -IDN_LIB_DEPENDS= libidn.so:${PORTSDIR}/dns/libidn +IDN_LIB_DEPENDS= libidn.so:dns/libidn IDN_CONFIGURE_WITH= idn NOROOT_CONFIGURE_ON= --enable-no-root @@ -62,12 +62,12 @@ HIGHLIGHT_CONFIGURE_ON= --enable-html-highlight EXMODE_CONFIGURE_ON= --enable-exmode -SMB_RUN_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} -SMB_BUILD_DEPENDS= smbclient:${PORTSDIR}/${SAMBA_PORT} +SMB_RUN_DEPENDS= smbclient:${SAMBA_PORT} +SMB_BUILD_DEPENDS= smbclient:${SAMBA_PORT} SMB_CONFIGURE_ENABLE= smb -FSP_RUN_DEPENDS= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib -FSP_BUILD_DEPENDS= ${LOCALBASE}/lib/libfsplib.a:${PORTSDIR}/net/fsplib +FSP_RUN_DEPENDS= ${LOCALBASE}/lib/libfsplib.a:net/fsplib +FSP_BUILD_DEPENDS= ${LOCALBASE}/lib/libfsplib.a:net/fsplib FSP_CONFIGURE_ENABLE= fsp FTP_CONFIGURE_ENABLE= ftp @@ -84,7 +84,7 @@ FINGER_CONFIGURE_ENABLE= finger LOCAL_CGI_CONFIGURE_ENABLE= cgi -XBELMARKS_LIB_DEPENDS= libexpat.so:${PORTSDIR}/textproc/expat2 +XBELMARKS_LIB_DEPENDS= libexpat.so:textproc/expat2 XBELMARKS_CONFIGURE_ON= --enable-xbel --with-expat XBELNARKS_CONFIGURE_OFF=--disable-xbel @@ -92,9 +92,9 @@ XBELNARKS_CONFIGURE_OFF=--disable-xbel 88COLORS_CONFIGURE_ON= --enable-88-colors -SPIDERMONKEY_BUILD_DEPENDS= ${LOCALBASE}/lib/libjs.so:${PORTSDIR}/lang/spidermonkey17 -SPIDERMONKEY_RUN_DEPENDS= js:${PORTSDIR}/lang/spidermonkey17 -SPIDERMONKEY_LIB_DEPENDS= libnspr4.so:${PORTSDIR}/devel/nspr +SPIDERMONKEY_BUILD_DEPENDS= ${LOCALBASE}/lib/libjs.so:lang/spidermonkey17 +SPIDERMONKEY_RUN_DEPENDS= js:lang/spidermonkey17 +SPIDERMONKEY_LIB_DEPENDS= libnspr4.so:devel/nspr SPIDERMONKEY_CFLAGS= -I${LOCALBASE}/include/nspr SPIDERMONKEY_LDFLAGS= -lnspr4 -pthread -lpthread -lm SPIDERMONKEY_CONFIGURE_ON= --enable-sm-scripting --with-spidermonkey |