aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorade <ade@FreeBSD.org>2012-05-12 04:38:09 +0800
committerade <ade@FreeBSD.org>2012-05-12 04:38:09 +0800
commitec81fd924ccfa4a135be31e8f27887286828c2de (patch)
treec4bd2f8529e840fa116e09d1f68e442cc7f2ce0c /print
parent497d7e487cb4abc3d85b201fc1bd72c134effbd4 (diff)
downloadfreebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.gz
freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.tar.zst
freebsd-ports-gnome-ec81fd924ccfa4a135be31e8f27887286828c2de.zip
Update autoconf to 2.69 and automake to 1.12
PR: 166836 Tested by: Multiple -exp runs (pav)
Diffstat (limited to 'print')
-rw-r--r--print/gnome-specimen/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/print/gnome-specimen/Makefile b/print/gnome-specimen/Makefile
index c6d6e98f0ad8..4e419bab9bef 100644
--- a/print/gnome-specimen/Makefile
+++ b/print/gnome-specimen/Makefile
@@ -29,4 +29,7 @@ INSTALLS_ICONS= yes
pre-configure:
( cd ${WRKSRC} ; ${AUTORECONF} ; ${AUTOMAKE} )
+post-configure:
+ @${INSTALL_SCRIPT} ${AUTOMAKE_DIR}/py-compile ${WRKSRC}
+
.include <bsd.port.post.mk>