diff options
author | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2001-01-07 17:49:52 +0000 |
commit | e40046b15dfb9ad5c4dcaa8137ef304b829ea59b (patch) | |
tree | 608ae9c87b150f1e38d0af957c8f5103a8dacaab /converters | |
parent | cc2dc5fd2b0497078f0984b0b3a9123d7ede14e6 (diff) | |
download | ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.tar.gz ports-e40046b15dfb9ad5c4dcaa8137ef304b829ea59b.zip |
Notes
Diffstat (limited to 'converters')
-rw-r--r-- | converters/kdesupport2/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/converters/kdesupport2/Makefile b/converters/kdesupport2/Makefile index e542bf5d22cf..2b1a6fbf8ccc 100644 --- a/converters/kdesupport2/Makefile +++ b/converters/kdesupport2/Makefile @@ -32,8 +32,8 @@ CONFIGURE_ENV+= LIBQT="-lqt2" MOC="${MOC}" LIBQTFILE="libqt2" \ USE_GMAKE= yes pre-configure: - ${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g" ${WRKSRC}/configure - ${PERL} -pi -e "s@odbc libaps@odbc@g" ${WRKSRC}/configure + ${PERL} -pi -e "s@TOPSUBDIRS libaps@TOPSUBDIRS@g ; \ + s@odbc libaps@odbc@g" ${WRKSRC}/configure ${PERL} -pi -e "s@-version-info 1:1@-version-info 3:0@g" ${WRKSRC}/mimelib/Makefile.in .include <bsd.port.mk> |