diff options
author | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-27 08:55:56 +0000 |
---|---|---|
committer | Rong-En Fan <rafan@FreeBSD.org> | 2007-05-27 08:55:56 +0000 |
commit | d907fad14d62ab041398d5503715645e1def8e4e (patch) | |
tree | 9e86444deae73d97252e5e9c4665cf663b841306 /textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk | |
parent | - Update to 4.47 (a noop bump) (diff) |
- Update to 0.7.2.20070514
- Host distfiles at my place per request from maintainer
- Kill reference to X11BASE, now everything in LOCALBASE
- Rename patches to match our name convention, also update them if necessary
openvanilla-modules:
- Add Chewing module
scim-openvanilla:
- Remove pkg-plist, use PLIST_FILES for small # of files
- Remove hack for objformat removal, no longer needed
PR: ports/112721
Submitted by: Li-Lun Wang <llwang at infor.org> (maintainer)
Diffstat (limited to 'textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk')
-rw-r--r-- | textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk b/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk new file mode 100644 index 000000000000..aa430813df8c --- /dev/null +++ b/textproc/openvanilla-modules/files/patch-Modules-Mk-ov.module.mk @@ -0,0 +1,11 @@ +--- Modules/Mk/ov.module.mk.orig Tue Feb 14 00:18:29 2006 ++++ Modules/Mk/ov.module.mk Tue Feb 14 13:55:40 2006 +@@ -178,7 +178,7 @@ + + GCC=/usr/bin/gcc + GPP=/usr/bin/g++ +-LIBTOOL=$(shell ../Mk/find-libtool.pl) ++# LIBTOOL=$(shell ../Mk/find-libtool.pl) + + + ifeq ("$(OS_COMPILE)", "Darwin") |