diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-02-22 11:26:32 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-02-22 11:26:32 +0800 |
commit | cf9f36a970dcd0307c898fde708bc4e72b43e52a (patch) | |
tree | 19f4830e475019e7b42e1b2ffc6fb6036f646574 /editors | |
parent | 75c285c93bf18dec6985994db52088ce9d4e4cf6 (diff) | |
download | freebsd-ports-gnome-cf9f36a970dcd0307c898fde708bc4e72b43e52a.tar.gz freebsd-ports-gnome-cf9f36a970dcd0307c898fde708bc4e72b43e52a.tar.zst freebsd-ports-gnome-cf9f36a970dcd0307c898fde708bc4e72b43e52a.zip |
Replace RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig with USE_LINUX
PR: 35194
Submitted by: maintainer
Diffstat (limited to 'editors')
-rw-r--r-- | editors/edith/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 48a585189728..8a63ae788422 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -14,8 +14,7 @@ DISTFILES= edith1.55.common.tar.gz \ MAINTAINER= chris@unixpages.org -RUN_DEPENDS= ${LINUXBASE}/sbin/ldconfig:${PORTSDIR}/emulators/linux_base - +USE_LINUX= yes ONLY_FOR_ARCHS= i386 NO_CDROM= "Redistribution not allowed" |