diff options
author | wiz <wiz@pkgsrc.org> | 2005-07-21 16:34:15 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-07-21 16:34:15 +0000 |
commit | aa0da48c3a7e2cea6674d3338b04bdca91b28534 (patch) | |
tree | 47462519761970bad5d109207b14d0b3b39c1e2d /devel/Makefile | |
parent | d774725534eb709b0dd369ce5f0d86deabd856d1 (diff) | |
download | pkgsrc-aa0da48c3a7e2cea6674d3338b04bdca91b28534.tar.gz |
Descend into pkg-config instead of pkgconfig.
Diffstat (limited to 'devel/Makefile')
-rw-r--r-- | devel/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/Makefile b/devel/Makefile index 16d8cf47f8a..ae744777e2e 100644 --- a/devel/Makefile +++ b/devel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.656 2005/07/20 19:41:07 drochner Exp $ +# $NetBSD: Makefile,v 1.657 2005/07/21 16:34:15 wiz Exp $ # COMMENT= Development utilities @@ -495,7 +495,7 @@ SUBDIR+= php-sysvsem SUBDIR+= php-sysvshm SUBDIR+= physfs SUBDIR+= pilrc -SUBDIR+= pkgconfig +SUBDIR+= pkg-config SUBDIR+= ply SUBDIR+= pmccabe SUBDIR+= popt |