aboutsummaryrefslogtreecommitdiffstats
path: root/security
diff options
context:
space:
mode:
authormiwi <miwi@FreeBSD.org>2014-03-09 23:02:17 +0800
committermiwi <miwi@FreeBSD.org>2014-03-09 23:02:17 +0800
commit7cba99c21718e2ab7d6a7666671597c3c9a0f95d (patch)
treeed5ee8b8584010e78753e3cd0f4cb12839d5f865 /security
parentd5c0a443df2eb3687103a0838f2a0c4bf3de474a (diff)
downloadfreebsd-ports-gnome-7cba99c21718e2ab7d6a7666671597c3c9a0f95d.tar.gz
freebsd-ports-gnome-7cba99c21718e2ab7d6a7666671597c3c9a0f95d.tar.zst
freebsd-ports-gnome-7cba99c21718e2ab7d6a7666671597c3c9a0f95d.zip
- Stage support
Diffstat (limited to 'security')
-rw-r--r--security/qtkeychain/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/security/qtkeychain/Makefile b/security/qtkeychain/Makefile
index cd237898f234..73be27e15063 100644
--- a/security/qtkeychain/Makefile
+++ b/security/qtkeychain/Makefile
@@ -15,10 +15,10 @@ GH_ACCOUNT= frankosterfeld
GH_TAGNAME= v${PORTVERSION}
GH_COMMIT= bb32e45
+CONFIGURE_ENV= HOME=${WRKDIR}/.home
+
USES= cmake
USE_QT4= corelib dbus moc_build qmake_build rcc_build
USE_LDCONFIG= yes
-
-NO_STAGE= yes
.include <bsd.port.mk>