* Use USE_GNU_READLINE=yes instead of PREFER.readline=pkgsrc.
* Use BUILDLINK_PREFIX.libupnp instead of PREFIX for libupnp prefix.
This commit is contained in:
parent
de4cf05277
commit
991c48506b
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
# $NetBSD: Makefile,v 1.4 2009/07/08 16:33:38 joerg Exp $
|
||||
# $NetBSD: Makefile,v 1.5 2011/03/18 05:50:04 obache Exp $
|
||||
|
||||
DISTNAME= djmount-0.71
|
||||
PKGNAME= fuse-${DISTNAME}
|
||||
|
@ -16,10 +16,10 @@ GNU_CONFIGURE= yes
|
|||
USE_LIBTOOL= yes
|
||||
USE_TOOLS+= gmake
|
||||
|
||||
PREFER.readline= pkgsrc
|
||||
USE_GNU_READLINE= yes
|
||||
|
||||
CONFIGURE_ARGS+= --with-external-libupnp
|
||||
CONFIGURE_ARGS+= --with-libupnp-prefix=${PREFIX}
|
||||
CONFIGURE_ARGS+= --with-libupnp-prefix=${BUILDLINK_PREFIX.libupnp}
|
||||
|
||||
INSTALLATION_DIRS= share/doc/djmount
|
||||
|
||||
|
|
Loading…
Reference in a new issue