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 | 9ba1ef9f70b2b6dbf632e414ed410ae69973412e (patch) | |
tree | a8c96f12ac773abae471edca83ee1150a7da430f /x11/xpad | |
parent | 1b0c865985072e9b4b93700c49f63b7ee3980eff (diff) | |
download | pkgsrc-9ba1ef9f70b2b6dbf632e414ed410ae69973412e.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 |