diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-07 12:13:53 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-09-07 12:13:53 +0000 |
commit | 720bb0689161e2383ffddbadb6926439459cf747 (patch) | |
tree | 5b9df8f7b028bfa01f10c03ee47e52f1487052c7 /x11-toolkits | |
parent | Remove the zope data file if it is the same as installed. (diff) |
Turn USE_GMAKE on, since our make(1) (sys.mk) doesn't use CPPFLAGS.
This is just a workaround and should soon be fixed by changing
mkmf.rb.
Notes
Notes:
svn path=/head/; revision=32383
Diffstat (limited to 'x11-toolkits')
-rw-r--r-- | x11-toolkits/ruby-qt/Makefile | 2 | ||||
-rw-r--r-- | x11-toolkits/ruby-qt2/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-qt/Makefile b/x11-toolkits/ruby-qt/Makefile index da9d815fe021..10f74028a929 100644 --- a/x11-toolkits/ruby-qt/Makefile +++ b/x11-toolkits/ruby-qt/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= ${QTLIB}.${QTLIB_SHLIBVER}:${PORTSDIR}/x11-toolkits/${QT_PORTNAME} USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_GMAKE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-qt-include=${X11BASE}/include/X11/qt \ --with-qt-lib=${X11BASE}/lib diff --git a/x11-toolkits/ruby-qt2/Makefile b/x11-toolkits/ruby-qt2/Makefile index da9d815fe021..10f74028a929 100644 --- a/x11-toolkits/ruby-qt2/Makefile +++ b/x11-toolkits/ruby-qt2/Makefile @@ -20,6 +20,8 @@ LIB_DEPENDS= ${QTLIB}.${QTLIB_SHLIBVER}:${PORTSDIR}/x11-toolkits/${QT_PORTNAME} USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_GMAKE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-qt-include=${X11BASE}/include/X11/qt \ --with-qt-lib=${X11BASE}/lib |