View | Details | Raw Unified | Return to bug 178443
Collapse All | Expand All

(-)nedi/Makefile (-8 / +5 lines)
Lines 1-9 Link Here
1
# New ports collection makefile for:	nedi
1
# Created by: cristi <cristi@net.utcluj.ro>
2
# Date created:				2007-02-04
2
# $FreeBSD$
3
# Whom:					cristi
4
#
5
# $FreeBSD: ports/net-mgmt/nedi/Makefile,v 1.10 2012/11/17 06:00:34 svnexp Exp $
6
#
7
3
8
PORTNAME=	nedi
4
PORTNAME=	nedi
9
DISTVERSION=	1.0.w
5
DISTVERSION=	1.0.w
Lines 24-30 Link Here
24
NO_BUILD=	yes
20
NO_BUILD=	yes
25
USE_PERL5=	yes
21
USE_PERL5=	yes
26
22
27
OPTIONS=	GD "Use GD" OFF
23
OPTIONS_DEFINE=	GD
24
GD_DESC=	Use GD
28
25
29
LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
26
LATEST_LINK=	${PORTNAME}${PKGNAMESUFFIX}
30
27
Lines 33-39 Link Here
33
USE_PHP=	session snmp mysql
30
USE_PHP=	session snmp mysql
34
WANT_PHP_WEB=	yes
31
WANT_PHP_WEB=	yes
35
32
36
.if defined(WITH_GD) && !defined(WITHOUT_GD)
33
.if ${PORT_OPTIONS:MGD}
37
USE_PHP+=	gd
34
USE_PHP+=	gd
38
.endif
35
.endif

Return to bug 178443