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/ruby-kde | |
parent | b4f42b669276d2cdf95ce7bc835e6067c4e9f7a3 (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/ruby-kde')
-rw-r--r-- | x11/ruby-kde/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/ruby-kde/Makefile b/x11/ruby-kde/Makefile index 95112fab5616..60901e7a9676 100644 --- a/x11/ruby-kde/Makefile +++ b/x11/ruby-kde/Makefile @@ -21,6 +21,8 @@ RUN_DEPENDS= ${LOCALBASE}/lib/ruby/site_ruby/${RUBY_VER}/qt.rb:${PORTSDIR}/x11-t USE_RUBY= yes USE_RUBY_EXTCONF= yes +USE_GMAKE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} CONFIGURE_ARGS= --with-x-dir=${X11BASE} \ --with-qt-include=${X11BASE}/include/X11/qt \ |