aboutsummaryrefslogtreecommitdiffstats
path: root/lang/gcc47-aux
diff options
context:
space:
mode:
authormarino <marino@FreeBSD.org>2014-03-10 06:54:12 +0800
committermarino <marino@FreeBSD.org>2014-03-10 06:54:12 +0800
commit1a3974c07b7b0360b2462ca976c3fd4344499f5d (patch)
treebb05d33cae9dcdbf22c2e0e3723e3b60eb9af39f /lang/gcc47-aux
parente694a461fda21beb3b230221166736344e84ccf8 (diff)
downloadfreebsd-ports-gnome-1a3974c07b7b0360b2462ca976c3fd4344499f5d.tar.gz
freebsd-ports-gnome-1a3974c07b7b0360b2462ca976c3fd4344499f5d.tar.zst
freebsd-ports-gnome-1a3974c07b7b0360b2462ca976c3fd4344499f5d.zip
gcc47-aux: I guess .CURDIR wasn't missing after all...
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