diff options
author | linimon <linimon@FreeBSD.org> | 2003-11-11 17:49:14 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2003-11-11 17:49:14 +0800 |
commit | 34aff7995d8dad74f0492e66ae6e7f7835e02401 (patch) | |
tree | 14040b4dc213fb88d84f42a9870ef2a5224f250f /x11-toolkits/fox14/Makefile | |
parent | 7c6a40da262ecdf298be06377dcf7f7a359a7ec8 (diff) | |
download | freebsd-ports-graphics-34aff7995d8dad74f0492e66ae6e7f7835e02401.tar.gz freebsd-ports-graphics-34aff7995d8dad74f0492e66ae6e7f7835e02401.tar.zst freebsd-ports-graphics-34aff7995d8dad74f0492e66ae6e7f7835e02401.zip |
Upgrade to modern version (1.1.41). The changes are extensive;
see http://www.fox-toolkit.org/news.html.
While I'm here, simplify the conflict message and pacify portlint.
PR: ports/57620.
Diffstat (limited to 'x11-toolkits/fox14/Makefile')
-rw-r--r-- | x11-toolkits/fox14/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile index 7f340c46140..be4fc4e0062 100644 --- a/x11-toolkits/fox14/Makefile +++ b/x11-toolkits/fox14/Makefile @@ -6,7 +6,7 @@ # PORTNAME= fox -PORTVERSION= 1.1.25 +PORTVERSION= 1.1.41 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ @@ -14,7 +14,7 @@ MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ MAINTAINER?= ports@FreeBSD.org -COMMENT?= Fast and extensive C++ GUI toolkit +COMMENT= Fast and extensive C++ GUI toolkit LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ @@ -141,10 +141,7 @@ pre-everything:: ## Port conflict management ## .if exists(${LOCALBASE}/lib/libFOX-1.0.so) -IGNORE= Conflict management: you have port fox-devel installed. The\ - fox port is incompatible with fox-devel one. You have to\ - uninstall fox-devel port if you really need the fox one +IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox .endif .include <bsd.port.post.mk> - |