summaryrefslogtreecommitdiff
path: root/graphics/scrot
diff options
context:
space:
mode:
authorWill Andrews <will@FreeBSD.org>2000-12-21 09:20:40 +0000
committerWill Andrews <will@FreeBSD.org>2000-12-21 09:20:40 +0000
commit04688049920b6033fc4f539633a1ea17ffb7c8a8 (patch)
treee1e12f25b0fe55b90cd979a097ab03cdf778a2f7 /graphics/scrot
parentUpdate to 0.75.11. Fix PLIST, use ${GTK_CONFIG} in Makefile, update (diff)
Update to 0.5. Now depends on giblib (and indirectly Imlib2).
PR: 23594 Submitted by: MAINTAINER
Notes
Notes: svn path=/head/; revision=36184
Diffstat (limited to 'graphics/scrot')
-rw-r--r--graphics/scrot/Makefile4
-rw-r--r--graphics/scrot/distinfo2
-rw-r--r--graphics/scrot/files/patch-ab8
3 files changed, 7 insertions, 7 deletions
diff --git a/graphics/scrot/Makefile b/graphics/scrot/Makefile
index 71ccd573340a..407fc6374d66 100644
--- a/graphics/scrot/Makefile
+++ b/graphics/scrot/Makefile
@@ -6,13 +6,13 @@
#
PORTNAME= scrot
-PORTVERSION= 0.4
+PORTVERSION= 0.5
CATEGORIES= graphics
MASTER_SITES= http://www.linuxbrit.co.uk/downloads/
MAINTAINER= ishmael27@home.com
-LIB_DEPENDS= Imlib2.1:${PORTSDIR}/graphics/imlib2-tmp
+LIB_DEPENDS= giblib.1:${PORTSDIR}/graphics/giblib
GNU_CONFIGURE= yes
USE_X_PREFIX= yes
diff --git a/graphics/scrot/distinfo b/graphics/scrot/distinfo
index 6e83f44b6718..88eaaedbd5ef 100644
--- a/graphics/scrot/distinfo
+++ b/graphics/scrot/distinfo
@@ -1 +1 @@
-MD5 (scrot-0.4.tar.gz) = a50cb44e190902f28f54e013a2dc16be
+MD5 (scrot-0.5.tar.gz) = b9710ac7c0d6856b761eaed8f1ba1bb8
diff --git a/graphics/scrot/files/patch-ab b/graphics/scrot/files/patch-ab
index 3fcccf8c803f..643953c1d889 100644
--- a/graphics/scrot/files/patch-ab
+++ b/graphics/scrot/files/patch-ab
@@ -1,11 +1,11 @@
---- src/Makefile.in.orig Sat Oct 28 19:44:50 2000
-+++ src/Makefile.in Sun Oct 29 17:22:38 2000
+--- src/Makefile.in.orig Sat Dec 16 16:25:06 2000
++++ src/Makefile.in Sat Dec 16 23:32:08 2000
@@ -70,7 +70,7 @@
MAINTAINERCLEANFILES = Makefile.in
LDFLAGS = -L/usr/X11R6/lib
--INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
-+INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @IMLIB_CFLAGS@
+-INCLUDES = -g -O3 -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
++INCLUDES = -Wall -I/usr/X11R6/include $(X_CFLAGS) -I$(prefix)/include -I$(includedir) -I. -DPREFIX=\""$(prefix)"\" @GIBLIB_CFLAGS@
LIBOBJS = @LIBOBJS@