diff options
author | obache <obache@pkgsrc.org> | 2010-07-05 11:20:34 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2010-07-05 11:20:34 +0000 |
commit | 90f809e498c5fc199229962705c6c5bb34c841f6 (patch) | |
tree | 85b4bb8cbcc301b5e945a5fb0514056543f8afb5 | |
parent | 5fd78cd94d49156fff7c550059f526bdc8dad432 (diff) | |
download | pkgsrc-90f809e498c5fc199229962705c6c5bb34c841f6.tar.gz |
Need pkg-config to detect gtk2.
-rw-r--r-- | emulators/tme/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emulators/tme/Makefile b/emulators/tme/Makefile index c412f0e1842..804dc8abede 100644 --- a/emulators/tme/Makefile +++ b/emulators/tme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2010/07/05 10:20:38 obache Exp $ +# $NetBSD: Makefile,v 1.21 2010/07/05 11:20:34 obache Exp $ # DISTNAME= tme-0.8 @@ -20,7 +20,7 @@ COMMENT= The Machine Emulator USE_PKGLOCALEDIR= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes -USE_TOOLS+= gmake perl:run +USE_TOOLS+= gmake perl:run pkg-config CONFIGURE_ARGS+= --disable-debug |