mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
- Fix build with automake [1] - USES gmake perl5 - Allow staging - Convert lib depends to new format PR: ports/182597 [1] Submitted by: Stephon Chen <stephon gmail.com> Approved by: maintainer
10 lines
336 B
Text
10 lines
336 B
Text
--- configure.ac.orig 2013-10-03 17:44:40.410915000 +0800
|
|
+++ configure.ac 2013-10-03 17:44:49.128744000 +0800
|
|
@@ -10,7 +10,6 @@
|
|
AC_PREREQ(2.52)
|
|
AC_INIT([scribe], [1.5.0])
|
|
AC_CONFIG_MACRO_DIR([aclocal])
|
|
-AM_INIT_AUTOMAKE([foreign -Wall])
|
|
# To install locally
|
|
FB_INITIALIZE([localinstall])
|
|
AC_PREFIX_DEFAULT([/usr/local])
|