diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-15 14:07:44 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-15 14:07:44 +0000 |
commit | 13da778851e0343f4d90a42cb35a80350c0f2b38 (patch) | |
tree | 5982566437e23211934316ccbb09b5f6885c64b8 /www | |
parent | 1583a321a5d27c8e2cd81b3b5e5147ca7e8580cf (diff) | |
download | pkgsrc-13da778851e0343f4d90a42cb35a80350c0f2b38.tar.gz |
No need to directly depend on X11.
Diffstat (limited to 'www')
-rw-r--r-- | www/p5-Apache-Gallery/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/p5-Apache-Gallery/Makefile b/www/p5-Apache-Gallery/Makefile index f60a5e9ea71..dd9ef0093fa 100644 --- a/www/p5-Apache-Gallery/Makefile +++ b/www/p5-Apache-Gallery/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.35 2006/04/17 13:46:52 wiz Exp $ +# $NetBSD: Makefile,v 1.36 2007/02/15 14:07:44 joerg Exp $ # DISTNAME= Apache-Gallery-0.9.1 @@ -101,7 +101,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/${AG}.conf ${AG_EGDIR} .include "../../graphics/imlib2/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" .include "../../lang/perl5/module.mk" .include "../../mk/bsd.pkg.mk" |