diff options
author | glarkin <glarkin@FreeBSD.org> | 2010-01-07 05:08:11 +0800 |
---|---|---|
committer | glarkin <glarkin@FreeBSD.org> | 2010-01-07 05:08:11 +0800 |
commit | bca5acd177cf7d8b98aee58ef467f64204991b3e (patch) | |
tree | d9b89d4a342cc1107d79cdea2f15a91394e36182 | |
parent | 53e0c2bde95ee0d858035f867e8bf074f49468ab (diff) | |
download | freebsd-ports-gnome-bca5acd177cf7d8b98aee58ef467f64204991b3e.tar.gz freebsd-ports-gnome-bca5acd177cf7d8b98aee58ef467f64204991b3e.tar.zst freebsd-ports-gnome-bca5acd177cf7d8b98aee58ef467f64204991b3e.zip |
- Added NO_LATEST_LINK to avoid Latest conflict with the math/surf port
Reported by: portmgr (erwin)
-rw-r--r-- | www/surf/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
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" |