summaryrefslogtreecommitdiff
path: root/math/geg/Makefile
diff options
context:
space:
mode:
authorPatrick Li <pat@FreeBSD.org>2002-01-11 23:43:09 +0000
committerPatrick Li <pat@FreeBSD.org>2002-01-11 23:43:09 +0000
commit93afad561b002adcc9b863e048aacb6c414adb18 (patch)
treeffe48264580c5004d201b347cc839c7dbca63b18 /math/geg/Makefile
parentUpdate apsfilter port to 7.2.1 (diff)
Fix configure (bento)
PR: 33743 Submitted by: Oliver Lehmann <lehmann@ans-netz.de>
Notes
Notes: svn path=/head/; revision=52940
Diffstat (limited to '')
-rw-r--r--math/geg/Makefile2
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>