diff options
author | asami <asami@FreeBSD.org> | 2000-01-25 03:22:00 +0000 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 2000-01-25 03:22:00 +0000 |
commit | 1070b6fed37f2ddc2df79227e433bc258fb1da28 (patch) | |
tree | 436b0c622df8257036c961569c15621b12058ff4 /www/netscape48-communicator/Makefile | |
parent | d160a127fa5df305bb37aca00dbee97f0c75fe0d (diff) | |
download | FreeBSD-ports-1070b6fed37f2ddc2df79227e433bc258fb1da28.zip FreeBSD-ports-1070b6fed37f2ddc2df79227e433bc258fb1da28.tar.gz |
Adjust NO_LATEST_LINKs, 47 is the latest and nothing else is.
Diffstat (limited to 'www/netscape48-communicator/Makefile')
-rw-r--r-- | www/netscape48-communicator/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/www/netscape48-communicator/Makefile b/www/netscape48-communicator/Makefile index 415d2ab..9229a76 100644 --- a/www/netscape48-communicator/Makefile +++ b/www/netscape48-communicator/Makefile @@ -15,6 +15,11 @@ MAINTAINER?= sada@FreeBSD.org Y2K= http://home.netscape.com/products/year2000/faq/client.html +.if !defined(INFILE_HEAD) +# not included from master ports +NO_LATEST_LINK= yes +.endif + USE_XLIB= yes NO_BUILD= yes NO_FILTER_SHLIBS= yes |