- Use user-ppp by default

PR:		60239
Submitted by:	Allan Saddi <allan@saddi.com>
This commit is contained in:
Kirill Ponomarev 2003-12-15 08:18:57 +00:00
parent 3878675a51
commit 107029a4b6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=95857

View File

@ -7,7 +7,7 @@
PORTNAME= poptop
PORTVERSION= 1.1.4.b4
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= net
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
@ -28,7 +28,7 @@ MAKE_ARGS= ACLOCAL="${TRUE}" AUTOCONF="${TRUE}" AUTOMAKE="${TRUE}" \
MAN5= pptpd.conf.5
MAN8= pptpd.8 pptpctrl.8
.ifdef(WITH_KERNPPP)
.if !defined(WITH_KERNPPP)
CONFIGURE_ARGS+= --with-bsdppp
.endif