diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 18:59:48 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-12 18:59:48 +0800 |
commit | f82edc6e4ef0f08a3e784f07a4ece6eb33371746 (patch) | |
tree | 9b6de18c707820d55c45acb4faed2e37cf6409bf | |
parent | bb9d059926bb7e69213c4901aeee61159c7d7dd1 (diff) | |
download | marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar.gz marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar.bz2 marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar.lz marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar.xz marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.tar.zst marcuscom-ports-f82edc6e4ef0f08a3e784f07a4ece6eb33371746.zip |
Add --with-mozilla=${MOZILLA} to fix the WITH_MOZILLA=firefox build.
Submitted by: sajd via IRC
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3644 df743ca5-7f9a-e211-a948-0013205c9059
-rw-r--r-- | x11/yelp/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index ecee0901f..56ad2d443 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -7,7 +7,7 @@ PORTNAME= yelp PORTVERSION= 2.9.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.9 @@ -50,7 +50,8 @@ USE_LIBTOOL_VER=15 CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" CONFIGURE_ARGS= --enable-man \ - --enable-info + --enable-info \ + --with-mozilla=${MOZILLA} MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas |