diff options
author | joerg <joerg> | 2007-01-13 00:16:40 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-13 00:16:40 +0000 |
commit | c69b144be0beca6179e9b8292a3ae627523e5141 (patch) | |
tree | 38798198bd45109151b75866f4a017f3a320ea98 /security/MyPasswordSafe | |
parent | 764596b4977cf82ae984758cfafe9d06a3434cf6 (diff) | |
download | pkgsrc-c69b144be0beca6179e9b8292a3ae627523e5141.tar.gz |
Modular Xorg support.
Diffstat (limited to 'security/MyPasswordSafe')
-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" |