pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/print/ghostscript-gnu Switch to modular buildlinks.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c24a43b8fe0
branches:  trunk
changeset: 521183:0c24a43b8fe0
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Nov 06 10:59:52 2006 +0000

description:
Switch to modular buildlinks.

diffstat:

 print/ghostscript-gnu/options.mk |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r 168eec4f33be -r 0c24a43b8fe0 print/ghostscript-gnu/options.mk
--- a/print/ghostscript-gnu/options.mk  Mon Nov 06 10:58:56 2006 +0000
+++ b/print/ghostscript-gnu/options.mk  Mon Nov 06 10:59:52 2006 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.1 2005/12/09 20:30:16 wiz Exp $
+# $NetBSD: options.mk,v 1.2 2006/11/06 10:59:52 joerg Exp $
 
 PKG_OPTIONS_VAR=       PKG_OPTIONS.ghostscript-gnu
 PKG_SUPPORTED_OPTIONS= x11
@@ -8,7 +8,9 @@
 
 .if !empty(PKG_OPTIONS:Mx11)
 CONFIGURE_ARGS+=       --with-x
-.include "../../mk/x11.buildlink3.mk"
+.include "../../x11/libX11/buildlink3.mk"
+.include "../../x11/libXt/buildlink3.mk"
+.include "../../x11/libXext/buildlink3.mk"
 .else
 CONFIGURE_ARGS+=        --without-x
 .endif



Home | Main Index | Thread Index | Old Index