summaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorAkinori MUSHA <knu@FreeBSD.org>2001-04-06 12:18:02 +0000
committerAkinori MUSHA <knu@FreeBSD.org>2001-04-06 12:18:02 +0000
commitc92f5ffb3db63aaadfb4d09fd1a862abb1a0b8ed (patch)
tree171510e1834bd85ebbaf8038214e96e5b853438f /x11-toolkits
parentFix a build problem on alpha machines. (diff)
Make use of USE_QT_VER.
Notes
Notes: svn path=/head/; revision=40943
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/ruby-qt/Makefile15
1 files changed, 7 insertions, 8 deletions
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile
index d181ec657ef5..7282436b4f03 100644
--- a/x11-toolkits/ruby-qt/Makefile
+++ b/x11-toolkits/ruby-qt/Makefile
@@ -15,8 +15,7 @@ DIST_SUBDIR= ruby
MAINTAINER= knu@FreeBSD.org
-LIB_DEPENDS= qt.3:${PORTSDIR}/x11-toolkits/qt145
-
+USE_QT_VER= 1
USE_RUBY= yes
USE_RUBY_EXTCONF= yes
@@ -37,12 +36,12 @@ post-patch:
post-install:
.if !defined(NOPORTDOCS)
- ${MKDIR} ${RUBY_EXAMPLESDIR}/qt
- ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/qt/
- ${MKDIR} ${RUBY_DOCDIR}/qt/ja
- ${CP} -R ${WRKSRC}/tutorial ${RUBY_DOCDIR}/qt/
- ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/qt/
- ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/qt/ja/
+ ${MKDIR} ${RUBY_EXAMPLESDIR}/${PORTNAME}
+ ${CP} -R ${WRKSRC}/examples/* ${RUBY_EXAMPLESDIR}/${PORTNAME}/
+ ${MKDIR} ${RUBY_DOCDIR}/${PORTNAME}/ja
+ ${CP} -R ${WRKSRC}/tutorial ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/README.txt ${RUBY_DOCDIR}/${PORTNAME}/
+ ${INSTALL_DATA} ${WRKSRC}/README.jp ${RUBY_DOCDIR}/${PORTNAME}/ja/
.endif
.include <bsd.port.mk>