diff options
Diffstat (limited to 'net/poptop')
-rw-r--r-- | net/poptop/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/poptop/Makefile b/net/poptop/Makefile index 82df248069b7..3d08f4bdcbfb 100644 --- a/net/poptop/Makefile +++ b/net/poptop/Makefile @@ -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 |