diff options
author | marino <marino@FreeBSD.org> | 2014-04-06 20:08:30 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-04-06 20:08:30 +0800 |
commit | 0938d291b1052708923bdc1ac2e2fcaf19598b2e (patch) | |
tree | 56440967e9a8d7fedf43e5589c5dd2b51963a8cb /lang | |
parent | 666f8277ade323adedb6f095b01c27ef5bc8d43c (diff) | |
download | freebsd-ports-gnome-0938d291b1052708923bdc1ac2e2fcaf19598b2e.tar.gz freebsd-ports-gnome-0938d291b1052708923bdc1ac2e2fcaf19598b2e.tar.zst freebsd-ports-gnome-0938d291b1052708923bdc1ac2e2fcaf19598b2e.zip |
lang/gcc-aux: set Makefile.common includes like gcc47-aux
Diffstat (limited to 'lang')
-rw-r--r-- | lang/gcc-aux/Makefile.common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/gcc-aux/Makefile.common b/lang/gcc-aux/Makefile.common index a7bf9ffa6089..33d4925650b7 100644 --- a/lang/gcc-aux/Makefile.common +++ b/lang/gcc-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 |