Sun May 25 09:19:37 2014 UTC ()
Revbump after updating graphics/giflib


(obache)
diff -r1.59 -r1.60 pkgsrc/x11/gnustep-gui/Makefile

cvs diff -r1.59 -r1.60 pkgsrc/x11/gnustep-gui/Makefile (expand / switch to unified diff)

--- pkgsrc/x11/gnustep-gui/Makefile 2014/04/09 07:27:01 1.59
+++ pkgsrc/x11/gnustep-gui/Makefile 2014/05/25 09:19:37 1.60
@@ -1,17 +1,17 @@ @@ -1,17 +1,17 @@
1# $NetBSD: Makefile,v 1.59 2014/04/09 07:27:01 obache Exp $ 1# $NetBSD: Makefile,v 1.60 2014/05/25 09:19:37 obache Exp $
2 2
3DISTNAME= gnustep-gui-0.22.0 3DISTNAME= gnustep-gui-0.22.0
4PKGREVISION= 6 4PKGREVISION= 7
5CATEGORIES= x11 gnustep 5CATEGORIES= x11 gnustep
6MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/} 6MASTER_SITES= ${MASTER_SITE_GNUSTEP:=core/}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= http://www.gnustep.org/ 9HOMEPAGE= http://www.gnustep.org/
10COMMENT= GNUstep AppKit Implementation 10COMMENT= GNUstep AppKit Implementation
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
13USE_LANGUAGES= objc 13USE_LANGUAGES= objc
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep 15CONFIGURE_ARGS+= --exec-prefix=${PREFIX}/libexec/GNUstep
16MAKE_FILE= GNUmakefile 16MAKE_FILE= GNUmakefile
17 17