diff options
author | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
---|---|---|
committer | joerg <joerg@pkgsrc.org> | 2007-02-06 18:53:45 +0000 |
commit | c5cd172893f5bf3b0905bdd3910d2e2c0bfe9454 (patch) | |
tree | a71463b3963d6536c678f9c693091eaf1d9713a4 | |
parent | d38116b54e9b773d0f1e703e282c00d57e4412f4 (diff) | |
download | pkgsrc-c5cd172893f5bf3b0905bdd3910d2e2c0bfe9454.tar.gz |
Modular Xorg support.
-rw-r--r-- | emulators/atari800/options.mk | 4 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile | 3 | ||||
-rw-r--r-- | mail/sylpheed-claws/Makefile.common | 4 | ||||
-rw-r--r-- | mail/wmmail/Makefile | 7 |
4 files changed, 10 insertions, 8 deletions
diff --git a/emulators/atari800/options.mk b/emulators/atari800/options.mk index 17f99feade5..3e046dd49f7 100644 --- a/emulators/atari800/options.mk +++ b/emulators/atari800/options.mk @@ -1,4 +1,4 @@ -# $NetBSD: options.mk,v 1.4 2005/06/01 18:02:46 jlam Exp $ +# $NetBSD: options.mk,v 1.5 2007/02/06 18:53:45 joerg Exp $ PKG_OPTIONS_VAR= PKG_OPTIONS.atari800 PKG_SUPPORTED_OPTIONS= sdl x11 @@ -8,7 +8,7 @@ PKG_SUGGESTED_OPTIONS= sdl .if !empty(PKG_OPTIONS:Mx11) CONFIGURE_ARGS+= --target=x11 -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libX11/buildlink3.mk" .endif .if !empty(PKG_OPTIONS:Msdl) diff --git a/mail/sylpheed-claws/Makefile b/mail/sylpheed-claws/Makefile index 651c459a589..9e8cdaad0d2 100644 --- a/mail/sylpheed-claws/Makefile +++ b/mail/sylpheed-claws/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2006/12/01 14:09:01 joerg Exp $ +# $NetBSD: Makefile,v 1.53 2007/02/06 18:54:14 joerg Exp $ .include "Makefile.common" @@ -90,6 +90,7 @@ post-install: .include "../../security/openssl/buildlink3.mk" .include "../../textproc/aspell/buildlink3.mk" .include "../../x11/gtk2/buildlink3.mk" +.include "../../x11/libSM/buildlink3.mk" .include "../../x11/startup-notification/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/sylpheed-claws/Makefile.common b/mail/sylpheed-claws/Makefile.common index bc05388f324..6f0fe6c93ba 100644 --- a/mail/sylpheed-claws/Makefile.common +++ b/mail/sylpheed-claws/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.18 2006/12/01 14:09:01 joerg Exp $ +# $NetBSD: Makefile.common,v 1.19 2007/02/06 18:54:15 joerg Exp $ DISTNAME= sylpheed-claws-${SYLPHEED_VERSION} CATEGORIES= mail news x11 @@ -19,5 +19,3 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= ac_cv_path_GNOME_CONFIG="no" SYLPHEED_VERSION= 2.5.5 - -.include "../../mk/x11.buildlink3.mk" diff --git a/mail/wmmail/Makefile b/mail/wmmail/Makefile index 679ac5aff93..29541c77626 100644 --- a/mail/wmmail/Makefile +++ b/mail/wmmail/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.30 2006/02/05 23:09:59 joerg Exp $ +# $NetBSD: Makefile,v 1.31 2007/02/06 18:59:42 joerg Exp $ DISTNAME= WMMail.app-0.64 PKGNAME= wmmail-0.64 @@ -19,5 +19,8 @@ CONFIGURE_ARGS+= --with-PL-incs="-I${LOCALBASE}/include" \ --with-PL-libs="-L${LOCALBASE}/lib" .include "../../devel/libproplist/buildlink3.mk" -.include "../../mk/x11.buildlink3.mk" +.include "../../x11/libXext/buildlink3.mk" +.include "../../x11/libXpm/buildlink3.mk" +.include "../../x11/libXt/buildlink3.mk" +.include "../../x11/xextproto/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |