diff options
author | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-23 17:18:07 +0000 |
commit | 832b740682184b4a7e21ea8963eadfc79f474b83 (patch) | |
tree | d50b4bce05c17dae775c19b369feefcd32973510 /net/libnice | |
parent | d190aecf6fc73faf4b4c5234b8f7a11ca50ca40d (diff) | |
download | pkgsrc-832b740682184b4a7e21ea8963eadfc79f474b83.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'net/libnice')
-rw-r--r-- | net/libnice/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/net/libnice/Makefile b/net/libnice/Makefile index 930234c7d16..537a23c826f 100644 --- a/net/libnice/Makefile +++ b/net/libnice/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2012/10/06 08:46:39 ryoon Exp $ +# $NetBSD: Makefile,v 1.18 2012/10/23 17:18:34 asau Exp $ # # Also update gst-plugins0.10-libnice when you update this! @@ -12,8 +12,6 @@ HOMEPAGE= http://nice.freedesktop.org/wiki/ COMMENT= IETF's draft Interactice Connectivity Establishment standard implementation LICENSE= gnu-lgpl-v2.1 OR mpl-1.1 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_TOOLS+= pkg-config |