diff options
author | pat <pat@FreeBSD.org> | 2002-01-12 07:43:09 +0800 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-12 07:43:09 +0800 |
commit | 570cf4f954a0b9c85c0eb4a8c4b864a030f8fa98 (patch) | |
tree | 5de35871bb20b24b1706df81ab4ba8ba4b5a72ac /math | |
parent | b361936158b524a7f8e9859541d0ea59cf1e5605 (diff) | |
download | freebsd-ports-gnome-570cf4f954a0b9c85c0eb4a8c4b864a030f8fa98.tar.gz freebsd-ports-gnome-570cf4f954a0b9c85c0eb4a8c4b864a030f8fa98.tar.zst freebsd-ports-gnome-570cf4f954a0b9c85c0eb4a8c4b864a030f8fa98.zip |
Fix configure (bento)
PR: 33743
Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Diffstat (limited to 'math')
-rw-r--r-- | math/geg/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/math/geg/Makefile b/math/geg/Makefile index 9df5543998cc..432fbab0a7de 100644 --- a/math/geg/Makefile +++ b/math/geg/Makefile @@ -24,6 +24,6 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ MAN1= geg.1 pre-configure: - @cd ${WRKSRC}; aclocal -I ${X11BASE}/share/aclocal + @cd ${WRKSRC}; ${ACLOCAL} -I ${X11BASE}/share/aclocal .include <bsd.port.mk> |