svn commit: r347706 - head/lang/gcc47-aux
John Marino
marino at FreeBSD.org
Sun Mar 9 22:54:12 UTC 2014
Author: marino
Date: Sun Mar 9 22:54:12 2014
New Revision: 347706
URL: http://svnweb.freebsd.org/changeset/ports/347706
QAT: https://qat.redports.org/buildarchive/r347706/
Log:
gcc47-aux: I guess .CURDIR wasn't missing after all...
Modified:
head/lang/gcc47-aux/Makefile.common
Modified: head/lang/gcc47-aux/Makefile.common
==============================================================================
--- head/lang/gcc47-aux/Makefile.common Sun Mar 9 22:39:15 2014 (r347705)
+++ head/lang/gcc47-aux/Makefile.common Sun Mar 9 22:54:12 2014 (r347706)
@@ -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
More information about the svn-ports-all
mailing list