diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-04-01 14:00:51 +0000 |
commit | 4e1b79a0a61f4973df8b4b0864d22086c769e219 (patch) | |
tree | 78ceaf1b099c56a40c240ab46278cdf4ae9e7c01 /devel/libc++ | |
parent | 7f4572eae4327c4403d9ef714cb6de917650662a (diff) | |
download | ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.tar.gz ports-4e1b79a0a61f4973df8b4b0864d22086c769e219.zip |
Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat: portmgr
Sponsored by: Absolight
Notes
Notes:
svn path=/head/; revision=412346
Diffstat (limited to 'devel/libc++')
-rw-r--r-- | devel/libc++/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/libc++/Makefile b/devel/libc++/Makefile index 2b4974eec8b7..bf1a0d558b39 100644 --- a/devel/libc++/Makefile +++ b/devel/libc++/Makefile @@ -28,7 +28,7 @@ CXXRT_LIB= /usr/lib/libcxxrt.so .else CXXRT_INCS= ${LOCALBASE}/include/cxxrt/ CXXRT_LIB= ${LOCALBASE}/lib/libcxxrt.so -LIB_DEPENDS+= libcxxrt.so:${PORTSDIR}/devel/libcxxrt +LIB_DEPENDS+= libcxxrt.so:devel/libcxxrt .endif .include <bsd.port.options.mk> @@ -44,7 +44,7 @@ SVN_REV!= LC_ALL=C svn info http://llvm.org/svn/llvm-project/ | ${GREP} Re .endif .if defined(BOOTSTRAP) || defined(SVN_FETCH) -FETCH_DEPENDS+= svn:${PORTSDIR}/devel/subversion +FETCH_DEPENDS+= svn:devel/subversion post-patch: # remove .orig files because they can get installed in stagedir |