diff options
author | pav <pav@FreeBSD.org> | 2003-12-13 06:55:09 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2003-12-13 06:55:09 +0800 |
commit | 465d85bdaea96a0db6d9b37bd5fa1ea598f1ef63 (patch) | |
tree | 41da89be3022322e173fabb36db228317abcb700 /x11-toolkits/fox10/Makefile | |
parent | 7122c2a6fb578c9cb3c540757eb6b83bce648395 (diff) | |
download | freebsd-ports-gnome-465d85bdaea96a0db6d9b37bd5fa1ea598f1ef63.tar.gz freebsd-ports-gnome-465d85bdaea96a0db6d9b37bd5fa1ea598f1ef63.tar.zst freebsd-ports-gnome-465d85bdaea96a0db6d9b37bd5fa1ea598f1ef63.zip |
- Update to 1.0.48
- Use CONFLICTS macro
- Add a working MASTER_SITE
PR: ports/60047
Submitted by: Clement Laforet <sheepkiller@cultdeadsheep.org>
Diffstat (limited to 'x11-toolkits/fox10/Makefile')
-rw-r--r-- | x11-toolkits/fox10/Makefile | 16 |
1 files changed, 5 insertions, 11 deletions
diff --git a/x11-toolkits/fox10/Makefile b/x11-toolkits/fox10/Makefile index b1dd473a011f..34e90e0d5ceb 100644 --- a/x11-toolkits/fox10/Makefile +++ b/x11-toolkits/fox10/Makefile @@ -6,10 +6,11 @@ # PORTNAME= fox -PORTVERSION= 1.0.47 +PORTVERSION= 1.0.48 CATEGORIES= x11-toolkits MASTER_SITES= http://www.fox-toolkit.org/ftp/ \ ftp://ftp.fox-toolkit.org/pub/ \ + ftp://ftp.uni-koeln.de/windows/xcontrib/ \ ftp://ftp.cfdrc.com/pub/FOX/ \ ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ @@ -20,6 +21,8 @@ LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.5:${PORTSDIR}/graphics/png \ tiff.4:${PORTSDIR}/graphics/tiff +CONFLICTS= fox-1.1.* + USE_GL= yes INSTALLS_SHLIB= yes USE_REINPLACE= yes @@ -142,13 +145,4 @@ pre-everything:: .endif @${ECHO_MSG} -.include <bsd.port.pre.mk> - -## -## Port conflict management -## -.if exists(${LOCALBASE}/lib/libFOX-1.1.so) -IGNORE= Conflict: this port is mutually exclusive with x11-toolkits/fox-devel -.endif - -.include <bsd.port.post.mk> +.include <bsd.port.mk> |