diff options
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" |