diff options
author | mezz <mezz@FreeBSD.org> | 2005-11-05 13:35:10 +0800 |
---|---|---|
committer | mezz <mezz@FreeBSD.org> | 2005-11-05 13:35:10 +0800 |
commit | 78385069b864bdbea1fea52aba80639441c3844c (patch) | |
tree | 9cf334f4b13e280d61ad98d8442218719f43b5b5 /x11-toolkits/ruby-gnomeprintui/Makefile | |
parent | 78a8deea88254e759fa2381642119ed3459be5c8 (diff) | |
download | freebsd-ports-gnome-78385069b864bdbea1fea52aba80639441c3844c.tar.gz freebsd-ports-gnome-78385069b864bdbea1fea52aba80639441c3844c.tar.zst freebsd-ports-gnome-78385069b864bdbea1fea52aba80639441c3844c.zip |
- Update to 0.14.0, see release note for details:
http://ruby-gnome2.sourceforge.jp/hiki.cgi?News_20051016_1
- Two new ports have been added, ruby-cairo and ruby-gtkmozembed.
- databases/ruby-libgda has been mark as BROKEN, because it still needs to
catch up w/ new libgda-2.0, so remove it from ruby-gnome2-all.
Diffstat (limited to 'x11-toolkits/ruby-gnomeprintui/Makefile')
-rw-r--r-- | x11-toolkits/ruby-gnomeprintui/Makefile | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/x11-toolkits/ruby-gnomeprintui/Makefile b/x11-toolkits/ruby-gnomeprintui/Makefile index 6dcc7b582cb3..4a4bec3f62e4 100644 --- a/x11-toolkits/ruby-gnomeprintui/Makefile +++ b/x11-toolkits/ruby-gnomeprintui/Makefile @@ -3,6 +3,7 @@ # Whom: Mezz <mezz@FreeBSD.org> # # $FreeBSD$ +# $MCom: ports/x11-toolkits/ruby-gnomeprintui/Makefile,v 1.2 2005/10/17 07:05:42 mezz Exp $ # PORTNAME= gnomeprintui @@ -31,6 +32,12 @@ INSTALL_TARGET= site-install DOCS= COPYING.LIB ChangeLog README +# Have to do that to generate ruby-gnomeprint's rblibgnomeprintversion.h or +# it will not build. +pre-configure: + @(cd ${RUBY_GNOME_WRKSRC}/gnomeprint ; ${SETENV} ${CONFIGURE_ENV} \ + ${RUBY} ${RUBY_FLAGS} ${RUBY_EXTCONF} ${CONFIGURE_ARGS}) + post-install: .if !defined(NOPORTDOCS) @${MKDIR} ${RUBY_MODEXAMPLESDIR} |