diff options
-rw-r--r-- | www/lynx-ssl/Makefile | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/lynx-ssl/Makefile b/www/lynx-ssl/Makefile index efddbac6052f..3840592c4211 100644 --- a/www/lynx-ssl/Makefile +++ b/www/lynx-ssl/Makefile @@ -5,13 +5,15 @@ # $FreeBSD$ # -PKGNAMESUFFIX = -ssl +PKGNAMESUFFIX= -ssl COMMENT= A non-graphical, text-based World-Wide Web client with SSL support MASTERDIR= ${.CURDIR}/../lynx DESCR= ${.CURDIR}/pkg-descr -.include "${MASTERDIR}/Makefile" +CONFIGURE_ARGS+= --with-ssl + +CONFLICTS= lynx-2* lynx-current* -CONFIGURE_ARGS+= --with-ssl +.include "${MASTERDIR}/Makefile" |