diff options
author | tnn <tnn@pkgsrc.org> | 2008-07-22 20:44:04 +0000 |
---|---|---|
committer | tnn <tnn@pkgsrc.org> | 2008-07-22 20:44:04 +0000 |
commit | 1f17bdd6def3115eabf4104e97084fa7af2f2a47 (patch) | |
tree | f303969aa769e3762bc6df17f93bf3b4fc83ff44 /x11 | |
parent | 78f5c45ebf49ae7f837092a4527655fcff755b8d (diff) | |
download | pkgsrc-1f17bdd6def3115eabf4104e97084fa7af2f2a47.tar.gz |
Needs pkg-config
Diffstat (limited to 'x11')
-rw-r--r-- | x11/openmotif/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/openmotif/Makefile b/x11/openmotif/Makefile index e873b5265db..0b30b6af763 100644 --- a/x11/openmotif/Makefile +++ b/x11/openmotif/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.56 2008/07/17 09:10:50 tnn Exp $ +# $NetBSD: Makefile,v 1.57 2008/07/22 20:44:04 tnn Exp $ PKGVER= 2.3.1 DISTNAME= openmotif-${PKGVER} @@ -39,7 +39,7 @@ NO_BIN_ON_CDROM= ${RESTRICTED} CONFLICTS+= lesstif-[0-9]* USE_LIBTOOL= yes -USE_TOOLS+= flex gmake tbl +USE_TOOLS+= flex gmake tbl pkg-config GNU_CONFIGURE= yes MAKE_JOBS_SAFE= no # PR 37233 |