diff options
author | johans <johans@FreeBSD.org> | 2012-06-15 18:39:04 +0800 |
---|---|---|
committer | johans <johans@FreeBSD.org> | 2012-06-15 18:39:04 +0800 |
commit | 438c95b4f37db351bb6a09f7841c59a6587656e1 (patch) | |
tree | 7ef58f84840bdd878b43caa17a0eef5cd3c2f430 /www | |
parent | 112780c5e1c57d20846c514d7250b999d3900628 (diff) | |
download | freebsd-ports-gnome-438c95b4f37db351bb6a09f7841c59a6587656e1.tar.gz freebsd-ports-gnome-438c95b4f37db351bb6a09f7841c59a6587656e1.tar.zst freebsd-ports-gnome-438c95b4f37db351bb6a09f7841c59a6587656e1.zip |
Change CONFLICTS to CONFLICTS_INSTALL
Diffstat (limited to 'www')
-rw-r--r-- | www/lynx-current/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/lynx-current/Makefile b/www/lynx-current/Makefile index ea37bb9c3ab5..7eb3c10c3ffa 100644 --- a/www/lynx-current/Makefile +++ b/www/lynx-current/Makefile @@ -18,7 +18,7 @@ COMMENT= A non-graphical, text-based World-Wide Web client LIB_DEPENDS= idn:${PORTSDIR}/dns/libidn RUN_DEPENDS= ${LOCALBASE}/etc/mime.types:${PORTSDIR}/misc/mime-support -CONFLICTS= lynx-2.8.[0-7].* ja-lynx-[0-9]* +CONFLICTS_INSTALL= lynx-2.8.[0-7].* ja-lynx-[0-9]* WRKSRC= ${WRKDIR}/${PORTNAME}2-8-8 USE_BZIP2= yes |