diff options
author | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-24 22:49:42 +0800 |
---|---|---|
committer | amdmi3 <amdmi3@FreeBSD.org> | 2008-11-24 22:49:42 +0800 |
commit | 069e73f682030eb515e79e5af7135b922fc79785 (patch) | |
tree | 5779ebc5a23ba0468ad199a442606007c923c2f0 | |
parent | f7f01b9fd03358f308a5d4c7c5924cd0c9dc8f8e (diff) | |
download | freebsd-ports-gnome-069e73f682030eb515e79e5af7135b922fc79785.tar.gz freebsd-ports-gnome-069e73f682030eb515e79e5af7135b922fc79785.tar.zst freebsd-ports-gnome-069e73f682030eb515e79e5af7135b922fc79785.zip |
- Add CONFLICT against www/dillo2
-rw-r--r-- | www/dillo/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/www/dillo/Makefile b/www/dillo/Makefile index 2f4b1db46823..34dca0595162 100644 --- a/www/dillo/Makefile +++ b/www/dillo/Makefile @@ -11,7 +11,7 @@ PORTNAME= dillo PORTVERSION= 0.8.6 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= www ipv6 MASTER_SITES= http://www.dillo.org/download/ @@ -53,7 +53,8 @@ LDFLAGS+= -L${LOCALBASE}/lib CONFIGURE_ARGS+= --disable-dlgui .endif -CONFLICTS= dillo-i18n-*[0-9]* +CONFLICTS= dillo-i18n-*[0-9]* \ + dillo-[2-9]* post-patch: @${REINPLACE_CMD} -e 's|-pthread|${PTHREAD_LIBS}|g ; \ |