diff options
author | martti <martti@pkgsrc.org> | 2007-04-17 17:45:06 +0000 |
---|---|---|
committer | martti <martti@pkgsrc.org> | 2007-04-17 17:45:06 +0000 |
commit | ff4e3e305bfcd503173978d19a777de561f07543 (patch) | |
tree | 543b599812f3c038df8f52e35ba07d5d73ef01d5 /sysutils/xfce4-quicklauncher-plugin/Makefile | |
parent | f7c84b5393067ee6ecd326be425130b37513babc (diff) | |
download | pkgsrc-ff4e3e305bfcd503173978d19a777de561f07543.tar.gz |
intltool and pkg-config are defined in meta-pkgs/xfce4/Makefile.common
Diffstat (limited to 'sysutils/xfce4-quicklauncher-plugin/Makefile')
-rw-r--r-- | sysutils/xfce4-quicklauncher-plugin/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sysutils/xfce4-quicklauncher-plugin/Makefile b/sysutils/xfce4-quicklauncher-plugin/Makefile index 03c2a54efaf..c7417a49a9a 100644 --- a/sysutils/xfce4-quicklauncher-plugin/Makefile +++ b/sysutils/xfce4-quicklauncher-plugin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2007/04/12 09:55:17 martti Exp $ +# $NetBSD: Makefile,v 1.8 2007/04/17 17:45:06 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -10,7 +10,5 @@ CATEGORIES= sysutils MASTER_SITES= http://goodies.xfce.org/releases/xfce4-quicklauncher-plugin/ COMMENT= Xfce quicklaunch plugin -USE_TOOLS+= intltool - .include "../../x11/xfce4-panel/buildlink3.mk" .include "../../mk/bsd.pkg.mk" |