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 | 2737e0af697527cc60b5d4259a4a3b147108a20d (patch) | |
tree | 543b599812f3c038df8f52e35ba07d5d73ef01d5 /editors | |
parent | e1702fafe5a94b8e2b3ccab40bfb3041f17e731b (diff) | |
download | pkgsrc-2737e0af697527cc60b5d4259a4a3b147108a20d.tar.gz |
intltool and pkg-config are defined in meta-pkgs/xfce4/Makefile.common
Diffstat (limited to 'editors')
-rw-r--r-- | editors/xfce4-mousepad/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile index 606163344d8..5542df3ae72 100644 --- a/editors/xfce4-mousepad/Makefile +++ b/editors/xfce4-mousepad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2007/04/12 09:45:01 martti Exp $ +# $NetBSD: Makefile,v 1.2 2007/04/17 17:45:06 martti Exp $ .include "../../meta-pkgs/xfce4/Makefile.common" @@ -9,8 +9,6 @@ PKGNAME= xfce4-mousepad-${XFCE4_VERSION} CATEGORIES= editors COMMENT= Xfce text editor -USE_TOOLS+= intltool - .include "../../x11/libxfce4gui/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |