diff options
author | marino <marino@FreeBSD.org> | 2014-03-10 06:54:12 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-03-10 06:54:12 +0800 |
commit | 1a3974c07b7b0360b2462ca976c3fd4344499f5d (patch) | |
tree | bb05d33cae9dcdbf22c2e0e3723e3b60eb9af39f /lang/gcc47-aux | |
parent | e694a461fda21beb3b230221166736344e84ccf8 (diff) | |
download | freebsd-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.common | 2 |
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 |