diff options
author | joerg <joerg> | 2007-01-19 14:58:17 +0000 |
---|---|---|
committer | joerg <joerg> | 2007-01-19 14:58:17 +0000 |
commit | 5fd6a43f46a9cbf6aed2ac27703750b147f139a5 (patch) | |
tree | 91394083b918890a8872e3ec77784b15cd0c8cf3 /sysutils | |
parent | 79a8ca1d567cc3fa37c83743995539b48cd946f4 (diff) | |
download | pkgsrc-5fd6a43f46a9cbf6aed2ac27703750b147f139a5.tar.gz |
Modular Xorg support.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/xfce4-xkb-plugin/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/xfce4-xkb-plugin/Makefile b/sysutils/xfce4-xkb-plugin/Makefile index 60081d13a4c..5b12b61c9fb 100644 --- a/sysutils/xfce4-xkb-plugin/Makefile +++ b/sysutils/xfce4-xkb-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2006/05/04 06:14:51 martti Exp $ +# $NetBSD: Makefile,v 1.10 2007/01/19 14:58:17 joerg Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -10,5 +10,6 @@ CATEGORIES= sysutils MASTER_SITES= http://download.berlios.de/xfce-goodies/ COMMENT= Xfce Keyboard plugin +.include "../../x11/libXpm/buildlink3.mk" .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |