diff options
author | joerg <joerg@pkgsrc.org> | 2014-04-17 20:18:49 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2014-04-17 20:18:49 +0000 |
commit | 495523127464b46e72bec685fd65019044f20105 (patch) | |
tree | 3eb8633faf13816e610196b71602aaf21934bfab | |
parent | 99803e711530f2d9b61618bce008c272f6365ee4 (diff) | |
download | pkgsrc-495523127464b46e72bec685fd65019044f20105.tar.gz |
Needs pkg-config.
-rw-r--r-- | emulators/free42/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/free42/Makefile b/emulators/free42/Makefile index 9a091a980a2..04166ab4087 100644 --- a/emulators/free42/Makefile +++ b/emulators/free42/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1 2014/03/10 08:38:25 he Exp $ +# $NetBSD: Makefile,v 1.2 2014/04/17 20:18:49 joerg Exp $ DISTNAME= free42 PKGVERSION= 1.4.78 @@ -14,7 +14,7 @@ COMMENT= HP42S Calculator Simulator LICENSE= gnu-gpl-v2 #WRKSRC= ${WRKDIR}/free42/gtk/ -USE_TOOLS+= gmake +USE_TOOLS+= gmake pkg-config USE_LANGUAGES+= c++ BUILD_DIRS= gtk |