diff options
author | obrien <obrien@FreeBSD.org> | 1999-10-25 07:01:44 +0800 |
---|---|---|
committer | obrien <obrien@FreeBSD.org> | 1999-10-25 07:01:44 +0800 |
commit | c358db7c40c63e7c48296d2e71dd5b8666c68cde (patch) | |
tree | 6dc099cb574608c7acba59dfdfb31422aa941070 /print | |
parent | c7c8f8f7e042a6ab28f5e9961d6c3e57c54d9eff (diff) | |
download | freebsd-ports-gnome-c358db7c40c63e7c48296d2e71dd5b8666c68cde.tar.gz freebsd-ports-gnome-c358db7c40c63e7c48296d2e71dd5b8666c68cde.tar.zst freebsd-ports-gnome-c358db7c40c63e7c48296d2e71dd5b8666c68cde.zip |
Add "NO_LATEST_LINK" so the poor user that does ``pkg_add -r acroread''
actually gets a PREFIX/bin/acroread command.
Diffstat (limited to 'print')
-rw-r--r-- | print/acroread4/Makefile | 2 | ||||
-rw-r--r-- | print/acroread5/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/print/acroread4/Makefile b/print/acroread4/Makefile index 5851580179a0..8a079924eab2 100644 --- a/print/acroread4/Makefile +++ b/print/acroread4/Makefile @@ -15,6 +15,8 @@ MAINTAINER= dima@FreeBSD.org RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +NO_LATEST_LINK= yes + ONLY_FOR_ARCHS= i386 NO_FILTER_SHLIBS= yes diff --git a/print/acroread5/Makefile b/print/acroread5/Makefile index 5851580179a0..8a079924eab2 100644 --- a/print/acroread5/Makefile +++ b/print/acroread5/Makefile @@ -15,6 +15,8 @@ MAINTAINER= dima@FreeBSD.org RUN_DEPENDS= /compat/linux/usr/i486-linux-libc5/lib/libc.so.5:${PORTSDIR}/emulators/linux_base +NO_LATEST_LINK= yes + ONLY_FOR_ARCHS= i386 NO_FILTER_SHLIBS= yes |