diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-19 02:52:23 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-02-19 02:52:23 +0800 |
commit | ea394a8f1f71e16281c3e84b98416d98f74d92d8 (patch) | |
tree | bcab215d0bac96da13b711c73260e1890005a86a /x11 | |
parent | ecd85b51730503f09a7e17084afe7d1e5c71a087 (diff) | |
download | marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar.gz marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar.bz2 marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar.lz marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar.xz marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.tar.zst marcuscom-ports-ea394a8f1f71e16281c3e84b98416d98f74d92d8.zip |
Man and info support are now enabled by default.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5707 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/yelp/Makefile | 14 |
1 files changed, 2 insertions, 12 deletions
diff --git a/x11/yelp/Makefile b/x11/yelp/Makefile index cb2a224a6..6dd073aa9 100644 --- a/x11/yelp/Makefile +++ b/x11/yelp/Makefile @@ -3,11 +3,12 @@ # Whom: Maxim Sobolev <sobomax@FreeBSD.org> # # $FreeBSD$ -# $MCom: ports/x11/yelp/Makefile,v 1.77 2006/01/31 20:36:56 marcus Exp $ +# $MCom: ports/x11/yelp/Makefile,v 1.78 2006/02/13 00:13:33 marcus Exp $ # PORTNAME= yelp PORTVERSION= 2.13.5 +PORTREVISION= 1 CATEGORIES= x11 gnome MASTER_SITES= ${MASTER_SITE_GNOME} MASTER_SITE_SUBDIR= sources/${PORTNAME}/2.13 @@ -32,18 +33,7 @@ MAKE_ENV= G_CHARSET_ALIAS="${LOCALBASE}/libdata/charset.alias" GCONF_SCHEMAS= yelp.schemas -OPTIONS= MAN "Enable man page support" off \ - INFO "Enable GNU info support" off - .include <bsd.port.pre.mk> .include "${.CURDIR}/../../www/mozilla/bsd.gecko.mk" -.if defined(WITH_MAN) -CONFIGURE_ARGS+=--enable-man -.endif - -.if defined(WITH_INFO) -CONFIGURE_ARGS+=--enable-info -.endif - .include <bsd.port.post.mk> |