diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2007-03-19 05:14:07 +0000 |
commit | 951c257ea3655de6e80c26a36c18c69ee8047ea8 (patch) | |
tree | 249b59a23d9c6fae8db5e5639385f6273d237705 /devel/libYGP | |
parent | 91926e92b73e3751382216a16044c5d8b24ad126 (diff) | |
download | ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.tar.gz ports-951c257ea3655de6e80c26a36c18c69ee8047ea8.zip |
Presenting GNOME 2.18 for FreeBSD. GNOME 2.18 is a departure from recent GNOME
releases in that it focuses more on stability and functionality than on
new features. Not that it doesn't have its share of new and exciting
items. See http://www.gnome.org/start/2.18/ for all the goodies in
this release.
GNOME 2.18 for FreeBSD would not have been possible without the hard work
of the FreeBSD GNOME Team and our intrepid band of testers including
J. W. Ballantine, Pawel Worach, Yasuda Keisuke, Pascal Hofstee, miwi,
Yoshihiro Ota, Vladimir Grebenschikov, Jukka A. Ukkonen,
Phillip Neumann, Franz Klammer, and Neal Delmonico.
Notes
Notes:
svn path=/head/; revision=187702
Diffstat (limited to 'devel/libYGP')
-rw-r--r-- | devel/libYGP/Makefile | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/devel/libYGP/Makefile b/devel/libYGP/Makefile index da7ac9adff66..8bbe625bb8ec 100644 --- a/devel/libYGP/Makefile +++ b/devel/libYGP/Makefile @@ -27,9 +27,9 @@ CONFIGURE_ARGS= --with-libintl-prefix=${LOCALBASE} --with-gmp .if ${PORTNAME:M*XGP} LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 \ - gtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml3 \ YGP-${PORTVERSION}.0:${PORTSDIR}/devel/libYGP PLIST_SUB+= YGP="@comment " XGP="" +USE_GGNOME+= gtkhtml3 CFG_PATCH+= s/mozembed/mozembedNO/g; XGP_PATCH+= s/(^@AM.*)?GtkMozViewer(.lo|.c|.Plo@am__quote@)//; MKIN_PATCH+= s/^(SUBDIRS = ).*$$/\1XGP/; @@ -47,6 +47,8 @@ post-patch: ${XARGS} -0 ${REINPLACE_CMD} -e 's/ygp-cfg/xgp-cfg/g' @${CP} ${WRKSRC}/ygp-cfg.h ${WRKSRC}/xgp-cfg.h @${CP} ${WRKSRC}/ygp-cfg.h.in ${WRKSRC}/xgp-cfg.h.in + @${REINPLACE_CMD} -e 's|libgtkhtml-3.8|libgtkhtml-3.14|g' \ + ${WRKSRC}/configure .endif post-install: |