diff options
author | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
---|---|---|
committer | Tijl Coosemans <tijl@FreeBSD.org> | 2015-04-18 09:47:29 +0000 |
commit | 5d48443269043d602e83f08d247c43b3a779a8d6 (patch) | |
tree | d8ee4593f1ee095117c3c4cb6366321f37bbefd8 /japanese | |
parent | ddf94f6362349e872bf8f898f3507b76d06805d5 (diff) | |
download | ports-5d48443269043d602e83f08d247c43b3a779a8d6.tar.gz ports-5d48443269043d602e83f08d247c43b3a779a8d6.zip |
Notes
Diffstat (limited to 'japanese')
-rw-r--r-- | japanese/ochusha/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/japanese/ochusha/Makefile b/japanese/ochusha/Makefile index e9738f08d5c2..300217e25c9f 100644 --- a/japanese/ochusha/Makefile +++ b/japanese/ochusha/Makefile @@ -25,7 +25,5 @@ DESKTOP_ENTRIES="Ochusha" "${COMMENT}" \ post-patch: @${FIND} ${WRKSRC} -name Makefile.* | ${XARGS} ${REINPLACE_CMD} -e \ 's|-DG.*_DISABLE_DEPRECATED||g' - @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure \ - ${WRKSRC}/libmodifiedghttp/configure ${WRKSRC}/libmodifiedgtk2/configure .include <bsd.port.mk> |