diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-07 13:37:25 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2003-06-07 13:37:25 +0800 |
commit | e365624528786a3a5f79a9e30d1bfa3aeb2c6943 (patch) | |
tree | 581815039bc29b7397d66ab1e22ed8f104194a15 /x11/yelp | |
parent | 899be28f19eb3dd20a90204e6f932557fb9a851e (diff) | |
download | marcuscom-ports-e365624528786a3a5f79a9e30d1bfa3aeb2c6943.tar.gz marcuscom-ports-e365624528786a3a5f79a9e30d1bfa3aeb2c6943.tar.zst marcuscom-ports-e365624528786a3a5f79a9e30d1bfa3aeb2c6943.zip |
Make use of the implicit gnometarget, and adjust the COMMENT a bit.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@847 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11/yelp')
-rw-r--r-- | x11/yelp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index fcf259898..2d5b437b9 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -13,7 +13,7 @@ MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.3 DIST_SUBDIR= gnome2 MAINTAINER= gnome@FreeBSD.org -COMMENT= A help browser for GNOME 2.0 desktop +COMMENT= A help browser for the GNOME 2 desktop USE_BZIP2= yes USE_X_PREFIX= yes @@ -22,8 +22,7 @@ USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack libgnomeui libgtkhtml USE_LIBTOOL= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" -CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} + LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" post-patch: |