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 | |
parent | Sync with gcc33/Makefile rev 1.146, which fixed my broken logic in the (diff) |
- Use user-ppp by default
PR: 60239
Submitted by: Allan Saddi <allan@saddi.com>
-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 |