diff options
author | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 08:18:57 +0000 |
---|---|---|
committer | Kirill Ponomarev <krion@FreeBSD.org> | 2003-12-15 08:18:57 +0000 |
commit | 107029a4b632d126f322755694686dcc15d83290 (patch) | |
tree | 6d9b20d698c07183350b3fa98a333861df2d10bb /net/poptop | |
parent | 3878675a5195a95a81212077b8d743bdde5b0afa (diff) | |
download | ports-107029a4b632d126f322755694686dcc15d83290.tar.gz ports-107029a4b632d126f322755694686dcc15d83290.zip |
Notes
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 |