diff options
author | asau <asau@pkgsrc.org> | 2012-10-03 16:08:30 +0000 |
---|---|---|
committer | asau <asau@pkgsrc.org> | 2012-10-03 16:08:30 +0000 |
commit | 2eea1f0364dcac27849beb3909a92f46ef4fe39a (patch) | |
tree | 46fe46b7d33056bf481ec22f064115f708c4b124 /finance/libofx | |
parent | 8412da50027d77b72e52b42c39c1673d55a507a7 (diff) | |
download | pkgsrc-2eea1f0364dcac27849beb3909a92f46ef4fe39a.tar.gz |
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Diffstat (limited to 'finance/libofx')
-rw-r--r-- | finance/libofx/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/finance/libofx/Makefile b/finance/libofx/Makefile index 5760ad9b9a3..1995940b6c9 100644 --- a/finance/libofx/Makefile +++ b/finance/libofx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2012/06/14 07:44:40 sbd Exp $ +# $NetBSD: Makefile,v 1.14 2012/10/03 16:10:13 asau Exp $ # DISTNAME= libofx-0.9.1 @@ -11,8 +11,6 @@ HOMEPAGE= http://libofx.sourceforge.net/ COMMENT= OFX (Open Financial eXchange) Library LICENSE= gnu-gpl-v2 -PKG_DESTDIR_SUPPORT= user-destdir - GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-opensp-includes=${BUILDLINK_PREFIX.opensp}/include/OpenSP \ --with-opensp-libs=${BUILDLINK_PREFIX.opensp}/libs |