diff options
author | joerg <joerg@pkgsrc.org> | 2006-06-11 14:52:23 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2006-06-11 14:52:23 +0000 |
commit | 62ce5ca8060a1f8fedbf2543348adee06fa6d6ea (patch) | |
tree | a8c96f12ac773abae471edca83ee1150a7da430f /x11/xpad | |
parent | 17fea4c4d5c90c529a5db8dd771f1a6bca24b272 (diff) | |
download | pkgsrc-62ce5ca8060a1f8fedbf2543348adee06fa6d6ea.tar.gz |
Needs pkg-config.
Diffstat (limited to 'x11/xpad')
-rw-r--r-- | x11/xpad/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/xpad/Makefile b/x11/xpad/Makefile index 65fbef0f460..72040b184e9 100644 --- a/x11/xpad/Makefile +++ b/x11/xpad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2006/04/17 13:47:01 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2006/06/11 14:52:23 joerg Exp $ # DISTNAME= xpad-1.12 @@ -13,7 +13,7 @@ COMMENT= Sticky notes application in GTK 2 GNU_CONFIGURE= yes USE_DIRS+= xdg-1.1 -USE_TOOLS+= gmake msgfmt +USE_TOOLS+= gmake msgfmt pkg-config USE_PKGLOCALEDIR= yes LIBS.SunOS+= -lX11 |