From ea394a8f1f71e16281c3e84b98416d98f74d92d8 Mon Sep 17 00:00:00 2001 From: marcus Date: Sat, 18 Feb 2006 18:52:23 +0000 Subject: 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 --- x11/yelp/Makefile | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'x11/yelp/Makefile') 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 # # $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 .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 -- cgit v1.2.3