summaryrefslogtreecommitdiff
path: root/x11/matchbox-panel
diff options
context:
space:
mode:
authorabs <abs>2009-12-17 18:23:14 +0000
committerabs <abs>2009-12-17 18:23:14 +0000
commita4e95054fe6789e903f451e4ece3cf13312e2e17 (patch)
treee69bcf8b4deeacc08f23fae3b891c92144c2b729 /x11/matchbox-panel
parent8d79b008e13a958e2fd59ae4b82e9f2162818ce0 (diff)
downloadpkgsrc-a4e95054fe6789e903f451e4ece3cf13312e2e17.tar.gz
PKG_DESTDIR_SUPPORT
Diffstat (limited to 'x11/matchbox-panel')
-rw-r--r--x11/matchbox-panel/Makefile7
1 files changed, 5 insertions, 2 deletions
diff --git a/x11/matchbox-panel/Makefile b/x11/matchbox-panel/Makefile
index 3a67fb3252a..98e027e7337 100644
--- a/x11/matchbox-panel/Makefile
+++ b/x11/matchbox-panel/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2009/10/06 18:47:10 joerg Exp $
+# $NetBSD: Makefile,v 1.19 2009/12/17 18:29:05 abs Exp $
#
DISTNAME= matchbox-panel-0.9.2
@@ -21,18 +21,21 @@ CONFIGURE_ARGS+= --enable-small-icons
CONFIGURE_ARGS+= --enable-startup-notification
CONFIGURE_ARGS+= --enable-nls
+PKG_DESTDIR_SUPPORT= user-destdir
+
.include "../../mk/bsd.prefs.mk"
PLIST_VARS= apm
.if ${OPSYS} == "DragonFly" || \
${OPSYS} == "NetBSD" && ${MACHINE_ARCH} == "x86_64"
# Nada
-.else
+.else
PLIST.apm= yes
.endif
.include "../../devel/gettext-lib/buildlink3.mk"
.include "../../devel/libmatchbox/buildlink3.mk"
+.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../x11/libXft/buildlink3.mk"
.include "../../x11/startup-notification/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"