diff options
author | joerg <joerg@pkgsrc.org> | 2007-01-13 00:16:40 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-01-13 00:16:40 +0000 |
commit | 2f6e8dc7687c4f22a14d020afbf353d870e40a6a (patch) | |
tree | 38798198bd45109151b75866f4a017f3a320ea98 /security | |
parent | 2dbf8bd83a09ac9e1f5f24050cc35acdcc27a3f4 (diff) | |
download | pkgsrc-2f6e8dc7687c4f22a14d020afbf353d870e40a6a.tar.gz |
Modular Xorg support.
Diffstat (limited to 'security')
-rw-r--r-- | security/MyPasswordSafe/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/security/MyPasswordSafe/Makefile b/security/MyPasswordSafe/Makefile index 2dfbb19bcbd..960f05c02f6 100644 --- a/security/MyPasswordSafe/Makefile +++ b/security/MyPasswordSafe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2007/01/06 19:06:22 rillig Exp $ +# $NetBSD: Makefile,v 1.14 2007/01/13 00:16:40 joerg Exp $ # DISTNAME= MyPasswordSafe-20061216 @@ -17,4 +17,5 @@ USE_LANGUAGES= c c++ USE_TOOLS+= gmake MAKE_FLAGS+= QMAKE=${QTDIR:Q}/bin/qmake +.include "../../x11/libXScrnSaver/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |