summaryrefslogtreecommitdiffstats
path: root/x11/yelp/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 02:30:20 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2003-12-31 02:30:20 +0800
commit1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11 (patch)
treebb265bbb6d7db257f11ffbb9368c7ac092316952 /x11/yelp/Makefile
parentf6a66a300545c41523c406aa973a334ab82a700c (diff)
downloadmarcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar.gz
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar.bz2
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar.lz
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar.xz
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.tar.zst
marcuscom-ports-1fd7f606bb9aa77181c8ed0b3d01cb64d8d18a11.zip
Update to 2.5.2.1.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@1566 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp/Makefile')
-rw-r--r--x11/yelp/Makefile8
1 files changed, 2 insertions, 6 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile
index 8b8d678b3..f72467b05 100644
--- a/x11/yelp/Makefile
+++ b/x11/yelp/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= yelp
-PORTVERSION= 2.5.1
+PORTVERSION= 2.5.2.1
CATEGORIES= x11 gnome
MASTER_SITES= ${MASTER_SITE_GNOME}
MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.5
@@ -19,14 +19,10 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_REINPLACE= yes
-USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml
+USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui libgtkhtml
USE_LIBTOOL= yes
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias"
-#post-patch:
-# @${REINPLACE_CMD} -e 's|\@prefix\@/share|\@datadir\@|g' \
-# ${WRKSRC}/stylesheets/docbook/catalog.in
-
.include <bsd.port.mk>