diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 07:17:08 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-09-14 07:17:08 +0000 |
commit | f7d1f7ef2467e610f6cc7c4ac3f3bc486fadbf19 (patch) | |
tree | 6003f00188ebbf3fc01343d5f4167575765f917f /x11/gtk-theme-switch2 | |
parent | 47d5cca8456d3bbc564f15943c4b0340d8191dab (diff) | |
download | ports-f7d1f7ef2467e610f6cc7c4ac3f3bc486fadbf19.tar.gz ports-f7d1f7ef2467e610f6cc7c4ac3f3bc486fadbf19.zip |
Notes
Diffstat (limited to 'x11/gtk-theme-switch2')
-rw-r--r-- | x11/gtk-theme-switch2/Makefile | 2 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/distinfo | 2 | ||||
-rw-r--r-- | x11/gtk-theme-switch2/files/patch-aa | 11 |
3 files changed, 8 insertions, 7 deletions
diff --git a/x11/gtk-theme-switch2/Makefile b/x11/gtk-theme-switch2/Makefile index 86e66b0fa0a1..626c3fdf5931 100644 --- a/x11/gtk-theme-switch2/Makefile +++ b/x11/gtk-theme-switch2/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gtk-theme-switch -PORTVERSION= 0.3 +PORTVERSION= 0.4 CATEGORIES= x11 MASTER_SITES= http://www.muhri.net/ diff --git a/x11/gtk-theme-switch2/distinfo b/x11/gtk-theme-switch2/distinfo index b388f09fa8e8..e701229eac6b 100644 --- a/x11/gtk-theme-switch2/distinfo +++ b/x11/gtk-theme-switch2/distinfo @@ -1 +1 @@ -MD5 (gtk-theme-switch-0.3.tar.gz) = 3c62c57594141b44cee715fba5bbdb02 +MD5 (gtk-theme-switch-0.4.tar.gz) = da3eff3dc43c8a1006bb0173e452a87b diff --git a/x11/gtk-theme-switch2/files/patch-aa b/x11/gtk-theme-switch2/files/patch-aa index 5b7e3bbf0912..e553cc87cf86 100644 --- a/x11/gtk-theme-switch2/files/patch-aa +++ b/x11/gtk-theme-switch2/files/patch-aa @@ -1,17 +1,18 @@ ---- Makefile.orig Mon Jul 24 19:42:17 2000 -+++ Makefile Mon Jul 24 19:46:23 2000 -@@ -1,7 +1,6 @@ +--- Makefile.orig Wed Aug 30 09:35:43 2000 ++++ Makefile Thu Sep 14 09:54:48 2000 +@@ -1,7 +1,7 @@ -GCC = gcc -PREFIX=/usr/local -CFLAGS = -I/usr/lib/glib/include -I/usr/X11R6/include -LIBS = -L/usr/lib -L/usr/X11R6/lib -lgtk -lgdk -rdynamic -lgmodule -lglib -ldl -lXi -lXext -lX11 -lm +GCC = ${CC} ++PREFIX?=/usr/local +CFLAGS += `${X11BASE}/bin/gtk12-config --cflags` +LIBS = `${X11BASE}/bin/gtk12-config --libs` - VERSION = 0.3 + VERSION = 0.4 all : gthemeswitch -@@ -12,8 +11,8 @@ +@@ -12,8 +12,8 @@ -rm gthemeswitch *~ install: all |