diff options
-rw-r--r-- | sysutils/desktop-file-utils/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml++/Makefile | 4 |
2 files changed, 6 insertions, 2 deletions
diff --git a/sysutils/desktop-file-utils/Makefile b/sysutils/desktop-file-utils/Makefile index 1fe98bca232..ae04a65bcf6 100644 --- a/sysutils/desktop-file-utils/Makefile +++ b/sysutils/desktop-file-utils/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2007/09/07 16:11:19 wiz Exp $ +# $NetBSD: Makefile,v 1.21 2007/11/29 22:08:34 heinz Exp $ # DISTNAME= desktop-file-utils-0.14 @@ -9,6 +9,8 @@ MAINTAINER= jmmv@NetBSD.org HOMEPAGE= http://www.freedesktop.org/wiki/Software/desktop-file-utils COMMENT= Utilities to manage desktop entries +PKG_DESTDIR_SUPPORT= user-destdir + USE_TOOLS+= pkg-config GNU_CONFIGURE= YES USE_DIRS+= xdg-1.1 diff --git a/textproc/libxml++/Makefile b/textproc/libxml++/Makefile index 40f3c693760..df98a2a60ac 100644 --- a/textproc/libxml++/Makefile +++ b/textproc/libxml++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2007/09/21 13:04:23 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2007/11/29 22:05:33 heinz Exp $ DISTNAME= libxml++-2.18.1 PKGREVISION= 1 @@ -10,6 +10,8 @@ MAINTAINER= evaldo@gardenali.biz HOMEPAGE= http://libxmlplusplus.sourceforge.net/ COMMENT= C++ wrapper for the libxml XML parser library +PKG_DESTDIR_SUPPORT= user-destdir + USE_LANGUAGES= c c++ USE_LIBTOOL= yes USE_PKGLOCALEDIR= yes |