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 | 9cae244217da547417859b41a86ec1ca496792c3 (patch) | |
tree | 85b4bb8cbcc301b5e945a5fb0514056543f8afb5 /emulators/tme | |
parent | 3d3a25c89d73e103c3180ea7c4d11cb1a5dfa1fb (diff) | |
download | pkgsrc-9cae244217da547417859b41a86ec1ca496792c3.tar.gz |
Need pkg-config to detect gtk2.
Diffstat (limited to 'emulators/tme')
-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 |