diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-15 14:55:18 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2004-08-15 14:55:18 +0000 |
commit | 90577764eea0718982fba9194b24af27891606bd (patch) | |
tree | 0c9fa50bdaf411cc9999ebc6eab8822192e7ec0d /x11-toolkits/fox14 | |
parent | cc7bf709a9f0bd5340804fa4f1967522b44b764d (diff) | |
download | ports-90577764eea0718982fba9194b24af27891606bd.tar.gz ports-90577764eea0718982fba9194b24af27891606bd.zip |
Notes
Diffstat (limited to 'x11-toolkits/fox14')
-rw-r--r-- | x11-toolkits/fox14/Makefile | 3 | ||||
-rw-r--r-- | x11-toolkits/fox14/files/patch-utils::Makefile.in | 11 |
2 files changed, 12 insertions, 2 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index d32c086b9f57..edddc4ea1462 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -7,11 +7,10 @@ PORTNAME= fox PORTVERSION= ${MAJORVER}.${SHVER} +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ - ftp://ftp.cfdrc.com/pub/FOX/ \ - ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ \ http://fresh.t-systems-sfr.com/unix/src/misc/ MAINTAINER?= ports@FreeBSD.org diff --git a/x11-toolkits/fox14/files/patch-utils::Makefile.in b/x11-toolkits/fox14/files/patch-utils::Makefile.in new file mode 100644 index 000000000000..ea447c9dbea3 --- /dev/null +++ b/x11-toolkits/fox14/files/patch-utils::Makefile.in @@ -0,0 +1,11 @@ +--- utils/Makefile.in.orig Sun Aug 15 11:30:45 2004 ++++ utils/Makefile.in Sun Aug 15 11:30:55 2004 +@@ -106,7 +106,7 @@ + DEFS = @DEFS@ -I. -I$(srcdir) + CPPFLAGS = @CPPFLAGS@ + LDFLAGS = @LDFLAGS@ +-LIBS = @LIBS@ ++LIBS = @LIBS@ -lX11 -lXext + X_CFLAGS = @X_CFLAGS@ + X_LIBS = @X_LIBS@ + X_EXTRA_LIBS = @X_EXTRA_LIBS@ |