diff options
author | joerg <joerg@pkgsrc.org> | 2012-12-22 20:00:11 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2012-12-22 20:00:11 +0000 |
commit | b93111d4c5cfbedcb193a4ab188b765967f2823c (patch) | |
tree | fae8ab20db8bfbfc4e07db954d2ad67615d431d9 | |
parent | 4019a68d2a29d5e813c237c96b0fb91c49abcb28 (diff) | |
download | pkgsrc-b93111d4c5cfbedcb193a4ab188b765967f2823c.tar.gz |
Needs pkg-config
-rw-r--r-- | chat/psi/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chat/psi/Makefile b/chat/psi/Makefile index 069e7243554..593ab6c5f5c 100644 --- a/chat/psi/Makefile +++ b/chat/psi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.72 2012/12/07 23:52:09 schnoebe Exp $ +# $NetBSD: Makefile,v 1.73 2012/12/22 20:00:11 joerg Exp $ DISTNAME= psi-0.15 CATEGORIES= chat @@ -15,7 +15,7 @@ DEPENDS+= qca2-ossl>=2.0.0beta3:../../security/qca2-ossl DIST_SUBDIR= ${DISTNAME} DISTFILES= ${DEFAULT_DISTFILES} ${LANG_FILES} -USE_TOOLS+= gmake unzip +USE_TOOLS+= gmake unzip pkg-config USE_LANGUAGES= c c++ USE_LIBTOOL= yes HAS_CONFIGURE= yes |