aboutsummaryrefslogtreecommitdiff
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
parent479c0dacb96f822320665fcb97e2d601686837b6 (diff)
Notes
-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>