aboutsummaryrefslogtreecommitdiff
path: root/lang/gcc47-aux
diff options
context:
space:
mode:
authorJohn Marino <marino@FreeBSD.org>2014-03-09 22:54:12 +0000
committerJohn Marino <marino@FreeBSD.org>2014-03-09 22:54:12 +0000
commitca4dbc9267bc11297fb69f1bf7a2ff744bbbd9fb (patch)
treebb05d33cae9dcdbf22c2e0e3723e3b60eb9af39f /lang/gcc47-aux
parent95450a068c587b44051e301c968cae4dd07e0422 (diff)
downloadports-ca4dbc9267bc11297fb69f1bf7a2ff744bbbd9fb.tar.gz
ports-ca4dbc9267bc11297fb69f1bf7a2ff744bbbd9fb.zip
gcc47-aux: I guess .CURDIR wasn't missing after all...
Notes
Notes: svn path=/head/; revision=347706
Diffstat (limited to 'lang/gcc47-aux')
-rw-r--r--lang/gcc47-aux/Makefile.common2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc47-aux/Makefile.common b/lang/gcc47-aux/Makefile.common
index a7bf9ffa6089..33d4925650b7 100644
--- a/lang/gcc47-aux/Makefile.common
+++ b/lang/gcc47-aux/Makefile.common
@@ -1,6 +1,6 @@
# $FreeBSD$
-.include "${.CURDIR}/Makefile.version"
+.include "Makefile.version"
LIB_DEPENDS= libgmp.so:${PORTSDIR}/math/gmp
LIB_DEPENDS+= libmpfr.so:${PORTSDIR}/math/mpfr