diff options
author | reed <reed> | 2009-09-16 01:15:32 +0000 |
---|---|---|
committer | reed <reed> | 2009-09-16 01:15:32 +0000 |
commit | 6a1ae5e3c60551eab5e38831e943bd5740d23cc1 (patch) | |
tree | 0c5ff254424640857c1e834eb6a64837b8b09958 /editors/xfce4-mousepad/Makefile | |
parent | 8406a9d0b61c5cb8f38f3b06e7972e715d366690 (diff) | |
download | pkgsrc-6a1ae5e3c60551eab5e38831e943bd5740d23cc1.tar.gz |
Upgrading Xfce to 4.6.1.
This is for PR #40984. This is based on work from
dieter roelants. Thank you Dieter.
Also I had done some work independently on this.
Hopefully, I am getting this all committed at one time.
The changelogs are at
http://www.xfce.org/documentation/changelogs/4.6.1
http://www.xfce.org/documentation/changelogs/4.6.0
Also don't need the xfce4-dev-tools for building. (It is only
needed when building from SVN source.)
Diffstat (limited to 'editors/xfce4-mousepad/Makefile')
-rw-r--r-- | editors/xfce4-mousepad/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/editors/xfce4-mousepad/Makefile b/editors/xfce4-mousepad/Makefile index 87964677906..be919900d00 100644 --- a/editors/xfce4-mousepad/Makefile +++ b/editors/xfce4-mousepad/Makefile @@ -1,17 +1,17 @@ -# $NetBSD: Makefile,v 1.7 2009/08/26 19:57:06 sno Exp $ +# $NetBSD: Makefile,v 1.8 2009/09/16 01:15:33 reed Exp $ PKG_DESTDIR_SUPPORT= user-destdir .include "../../meta-pkgs/xfce4/Makefile.common" -XFCE4_VERSION= 0.2.14 +XFCE4_VERSION= 0.2.16 DISTNAME= mousepad-${XFCE4_VERSION} PKGNAME= xfce4-mousepad-${XFCE4_VERSION} -PKGREVISION= 2 CATEGORIES= editors COMMENT= Xfce text editor +.include "../../sysutils/desktop-file-utils/desktopdb.mk" .include "../../x11/libxfce4gui/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |