diff options
author | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
---|---|---|
committer | ade <ade@FreeBSD.org> | 2010-12-23 04:05:49 +0800 |
commit | b3eaac16d9d3e7dd232308127eb5799f815ef821 (patch) | |
tree | c68d1b2f0ef56bab6c4f255c67470c55cf424f79 /x11-wm/epplets | |
parent | 7ff69e2f85702b7c6b49ce09c3f75364c4e21f85 (diff) | |
download | freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.gz freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.tar.zst freebsd-ports-gnome-b3eaac16d9d3e7dd232308127eb5799f815ef821.zip |
Sync to final (for now) bsd.autotools.mk
Diffstat (limited to 'x11-wm/epplets')
-rw-r--r-- | x11-wm/epplets/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/x11-wm/epplets/Makefile b/x11-wm/epplets/Makefile index e9f9e1b671a9..e99137229469 100644 --- a/x11-wm/epplets/Makefile +++ b/x11-wm/epplets/Makefile @@ -31,8 +31,10 @@ CONFIGURE_ARGS= --disable-auto-respawn .include <bsd.port.pre.mk> +AUTOTOOLSFILES= aclocal.m4 + post-patch: - @${REINPLACE_CMD} -e 's|2.61|2.68|g' ${WRKSRC}/aclocal.m4 + @${REINPLACE_CMD} -e 's|2.63|%%AUTOCONF_VERSION%%|g' ${WRKSRC}/aclocal.m4 @${REINPLACE_CMD} -e 's|<machine/soundcard\.h>|<sys/soundcard.h>|g' \ ${WRKSRC}/epplets/Emix.c @${REINPLACE_CMD} -e 's|<malloc\.h>|<stdlib.h>|g' \ |