Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/pkgsrc/news/slrn/options.mk,v rcsdiff: /ftp/cvs/cvsroot/pkgsrc/news/slrn/options.mk,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.1 retrieving revision 1.2 diff -u -p -r1.1 -r1.2 --- pkgsrc/news/slrn/options.mk 2011/03/23 21:44:24 1.1 +++ pkgsrc/news/slrn/options.mk 2014/08/23 09:34:48 1.2 @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.1 2011/03/23 21:44:24 shattered Exp $ +# $NetBSD: options.mk,v 1.2 2014/08/23 09:34:48 obache Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.slrn PKG_SUPPORTED_OPTIONS= ssl uulib @@ -21,7 +21,7 @@ CONFIGURE_ARGS+= --without-ssl ### .if !empty(PKG_OPTIONS:Muulib) . include "../../converters/uulib/buildlink3.mk" -CONFIGURE_ARGS+= --with-uudeview +CONFIGURE_ARGS+= --with-uu=${BUILDLINK_PREFIX.uulib} .else -CONFIGURE_ARGS+= --without-uudeview +CONFIGURE_ARGS+= --without-uu .endif