diff options
-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 9df5543..432fbab 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> |