diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-11 23:43:09 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-11 23:43:09 +0000 |
commit | 93afad561b002adcc9b863e048aacb6c414adb18 (patch) | |
tree | ffe48264580c5004d201b347cc839c7dbca63b18 /math/geg | |
parent | 479c0dacb96f822320665fcb97e2d601686837b6 (diff) | |
download | ports-93afad561b002adcc9b863e048aacb6c414adb18.tar.gz ports-93afad561b002adcc9b863e048aacb6c414adb18.zip |
Notes
Diffstat (limited to 'math/geg')
-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> |