blob: 918d6b0de6054002930686fb18a7f597e9193634 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# $NetBSD: builtin.mk,v 1.1.1.1 2004/11/27 13:01:16 jdolecek Exp $
.include "../../lang/php/phpversion.mk"
.if ${_PHP_VERSION} < 5
IS_BUILTIN.pear-netsmtp= yes
.else
IS_BUILTIN.pear-netsmtp= no
.endif
USE_BUILTIN.pear-netsmtp?= ${IS_BUILTIN.pear-netsmtp}
BUILDLINK_VARS+= IS_BUILTIN.netsmtp
|