diff options
author | dholland <dholland@pkgsrc.org> | 2012-12-22 23:34:21 +0000 |
---|---|---|
committer | dholland <dholland@pkgsrc.org> | 2012-12-22 23:34:21 +0000 |
commit | bf77ce1fd55f4af900eb56d546d4a75f4f6b8b83 (patch) | |
tree | d3a4614af775a798345b0fa5934501ed30a15ab4 /x11/clipit | |
parent | 5152c2c747e4c818c2c654c69d69dfafcd72c219 (diff) | |
download | pkgsrc-bf77ce1fd55f4af900eb56d546d4a75f4f6b8b83.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/clipit')
-rw-r--r-- | x11/clipit/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/clipit/Makefile b/x11/clipit/Makefile index f48d3d7f36d..8fbd9b3ab77 100644 --- a/x11/clipit/Makefile +++ b/x11/clipit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2012/12/07 01:46:35 khorben Exp $ +# $NetBSD: Makefile,v 1.3 2012/12/22 23:34:21 dholland Exp $ # DISTNAME= clipit-1.4.2 @@ -17,6 +17,7 @@ CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} USE_TOOLS+= gmake USE_TOOLS+= intltool +USE_TOOLS+= pkg-config BUILD_DEFS+= PKG_SYSCONFBASE |