From fc1221bd3692f4d4e16380633be129758823ed61 Mon Sep 17 00:00:00 2001 From: Greg Larkin Date: Wed, 6 Jan 2010 21:08:11 +0000 Subject: [PATCH] - Added NO_LATEST_LINK to avoid Latest conflict with the math/surf port Reported by: portmgr (erwin) --- www/surf/Makefile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/www/surf/Makefile b/www/surf/Makefile index a4106d882e4d..1378e59effce 100644 --- a/www/surf/Makefile +++ b/www/surf/Makefile @@ -23,6 +23,9 @@ MAN1= surf.1 PLIST_FILES= bin/surf PORTDOCS= LICENSE README +# Name conflicts with the math/surf port +NO_LATEST_LINK= yes + pre-everything:: @${ECHO_MSG} "You can build surf with your own config.h using the SURF_CONF knob:" @${ECHO_MSG} "make SURF_CONF=/path/to/surf/config.h install clean"