diff options
author | obrien <obrien@FreeBSD.org> | 2001-02-13 21:08:26 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 2001-02-13 21:08:26 +0800 |
commit | 72a027d12de775a3366862c2f7f4d71de02c7fda (patch) | |
tree | bd5c957c8440518c7283311110cf3d3860397832 /print/acroread5 | |
parent | e1dc897f6dd481828cd134ba9338e4ab576eebdd (diff) | |
download | freebsd-ports-gnome-72a027d12de775a3366862c2f7f4d71de02c7fda.tar.gz freebsd-ports-gnome-72a027d12de775a3366862c2f7f4d71de02c7fda.tar.zst freebsd-ports-gnome-72a027d12de775a3366862c2f7f4d71de02c7fda.zip |
Change the port name to "acroread4" so we can remove the "no latest"
setting and make this pkg_add -r'able. I don't see acroread4 replacing
acroread3 as the preferred acroreader in many's eyes.
Diffstat (limited to 'print/acroread5')
-rw-r--r-- | print/acroread5/Makefile | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index ec63cb3b676b..336d414ad659 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -5,7 +5,7 @@ # $FreeBSD$ # -PORTNAME= acroread +PORTNAME= acroread4 PORTVERSION= 4.05 CATEGORIES= print linux MASTER_SITES= ftp://ftp.adobe.com/pub/adobe/acrobatreader/unix/4.x/ @@ -24,8 +24,6 @@ RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulat RUN_DEPENDS= /compat/osf1/usr/shlib/libc.so:${PORTSDIR}/emulators/osf1_base .endif -NO_LATEST_LINK= yes - ONLY_FOR_ARCHS= i386 alpha NO_FILTER_SHLIBS= yes |