aboutsummaryrefslogtreecommitdiffstats
path: root/print
diff options
context:
space:
mode:
authorstas <stas@FreeBSD.org>2009-04-11 21:23:05 +0800
committerstas <stas@FreeBSD.org>2009-04-11 21:23:05 +0800
commit31fdc4858e57df24c1dd96083a17f90a28965ea3 (patch)
treefd6f260215e8231fc6604982ccc5f798a946a2ca /print
parentb958e28e499f0b30859e69c9187ac09a27905e63 (diff)
downloadfreebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.tar.gz
freebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.tar.zst
freebsd-ports-gnome-31fdc4858e57df24c1dd96083a17f90a28965ea3.zip
- Update lang/ocaml to 3.11.0. [1]
- Fix devel/cil build with 3.11.0 by using proper object file name - Fix devel/deputy build with 3.11.0 by using proper object file name - Fix lang/mtasc. Ocamlp4 syntax has changed and usage of ';' as delimiters is not allowed now. - Fix usage message in lang/mtasc. - Implement a FreeBSD specific code for retriving the executable path in lang/mtasc. - Update devel/omake to 0.9.8.5. - Fix devel/omake compilation with 3.11 by dropping an unused reference from the code. - Fix www/geneweb build with 3.11 by not emitting errors for warnings. - Fix print/advi build. [2] - Update lang/cduce to 0.5.3 (this fixes build with ocaml 3.11.0). PR: ports/130845 [1] [2] (based on) Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> [1], Tsurutani Naoki <turutani@scphys.kyoto-u.ac.jp> [2]
Diffstat (limited to 'print')
-rw-r--r--print/advi/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile
index f90c3124f9fe..582bf762d83a 100644
--- a/print/advi/Makefile
+++ b/print/advi/Makefile
@@ -44,6 +44,7 @@ post-extract:
-e 's,^(X11_INCLUDES[[:space:]]*=).*,\1-I${LOCALBASE}/include,' \
-e 's,install -m 644,\$${BSD_INSTALL_DATA},' \
-e 's,install -m 755,\$${BSD_INSTALL_PROGRAM},' \
+ -e 's,^LIBRARIES = graphics,LIBRARIES =,' \
${WRKSRC}/Makefile
.include <bsd.port.mk>