aboutsummaryrefslogtreecommitdiff
path: root/x11-toolkits
diff options
context:
space:
mode:
authorChristian Weisgerber <naddy@FreeBSD.org>2011-03-12 22:20:49 +0000
committerChristian Weisgerber <naddy@FreeBSD.org>2011-03-12 22:20:49 +0000
commit8f660a34f8e08a190dbb94bb75fee910634fe265 (patch)
tree3db2e32368e368c6ea35efc4e0cc6e1b0beaff7f /x11-toolkits
parent93bc967313ed7395d4a6e3989590f57487d030bf (diff)
downloadports-8f660a34f8e08a190dbb94bb75fee910634fe265.tar.gz
ports-8f660a34f8e08a190dbb94bb75fee910634fe265.zip
Notes
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/gtkextra/Makefile1
-rw-r--r--x11-toolkits/gtkextra/files/patch-ac28
2 files changed, 24 insertions, 5 deletions
diff --git a/x11-toolkits/gtkextra/Makefile b/x11-toolkits/gtkextra/Makefile
index 2b0b6c734366..195c6da256d7 100644
--- a/x11-toolkits/gtkextra/Makefile
+++ b/x11-toolkits/gtkextra/Makefile
@@ -20,7 +20,6 @@ COMMENT= A useful widget set complementary to GTK+
USE_AUTOTOOLS= libtool
GNU_CONFIGURE= yes
USE_GNOME= gtk12
-USE_GMAKE= yes
USE_LDCONFIG= yes
.include <bsd.port.mk>
diff --git a/x11-toolkits/gtkextra/files/patch-ac b/x11-toolkits/gtkextra/files/patch-ac
index b640137d09c7..61dc0fa18919 100644
--- a/x11-toolkits/gtkextra/files/patch-ac
+++ b/x11-toolkits/gtkextra/files/patch-ac
@@ -1,9 +1,9 @@
$FreeBSD$
---- Makefile.in.orig Fri Mar 9 17:19:15 2001
-+++ Makefile.in Sun Mar 11 12:36:59 2001
-@@ -448,6 +448,8 @@
+--- Makefile.in.orig 2001-11-30 16:28:45.000000000 +0100
++++ Makefile.in 2011-03-12 23:15:59.000000000 +0100
+@@ -448,17 +448,19 @@ install uninstall-am uninstall all-redir
installdirs mostlyclean-generic distclean-generic clean-generic \
maintainer-clean-generic clean mostlyclean distclean maintainer-clean
@@ -11,4 +11,24 @@ $FreeBSD$
+ cp gtk.m4 gtk+extra.m4
files:
- @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
+- @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
+- echo $$p; \
+- done
+- @for subdir in $(SUBDIRS); do \
+- files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
+- for file in $$files; do \
+- echo $$subdir/$$file; \
+- done; \
+- done
++ @files=`ls $(DISTFILES) 2> /dev/null `; for p in $$files; do \
++ echo $$p; \
++ done
++ @for subdir in $(SUBDIRS); do \
++ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \
++ for file in $$files; do \
++ echo $$subdir/$$file; \
++ done; \
++ done
+ release:
+ rm -rf .deps */.deps
+ $(MAKE) distcheck