diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-09-01 21:25:59 +0000 |
commit | 8003ba152f15aa82aaadd76fcd6b669cc0cc9981 (patch) | |
tree | 7842527232644d8f0fc76639a38e9596a910d381 /mail/quickml/files/patch-configure.ac | |
parent | Convert to USES=libtool and add INSTALL_TARGET=install-strip (diff) |
Remove non staged ports without pending PR from ma*
Notes
Notes:
svn path=/head/; revision=366959
Diffstat (limited to 'mail/quickml/files/patch-configure.ac')
-rw-r--r-- | mail/quickml/files/patch-configure.ac | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/mail/quickml/files/patch-configure.ac b/mail/quickml/files/patch-configure.ac deleted file mode 100644 index cbaf8906c379..000000000000 --- a/mail/quickml/files/patch-configure.ac +++ /dev/null @@ -1,32 +0,0 @@ -*** configure.ac.orig Mon Jun 7 17:50:58 2004 ---- configure.ac Sat Jul 3 01:16:54 2004 -*************** -*** 5,14 **** - AC_PROG_LN_S - AC_PROG_MAKE_SET - -! AC_PATH_PROG(RUBY, ruby, no) -! if test "$RUBY" = "no"; then -! AC_MSG_ERROR(ruby not found) -! fi - - AC_ARG_WITH( - user, ---- 5,21 ---- - AC_PROG_LN_S - AC_PROG_MAKE_SET - -! AC_ARG_WITH( -! ruby, -! [ --with-ruby=RUBY quickml runs with RUBY [[ruby]]], -! [RUBY=${withval}], -! [AC_PATH_PROG(RUBY, ruby, no) -! if test "$RUBY" = "no"; then -! AC_MSG_ERROR(ruby not found) -! fi -! ] -! ) -! AC_SUBST(RUBY) - - AC_ARG_WITH( - user, |