diff options
author | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
---|---|---|
committer | Alexander Leidinger <netchild@FreeBSD.org> | 2004-12-31 18:24:10 +0000 |
commit | 64cf27c85d89298041b8c8dc2fd090181e6d10d8 (patch) | |
tree | 11668b893f94453b0262a155d53e6eac8dd4a6f5 /editors/edith | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) | |
download | ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.tar.gz ports-64cf27c85d89298041b8c8dc2fd090181e6d10d8.zip |
Notes
Diffstat (limited to 'editors/edith')
-rw-r--r-- | editors/edith/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index fa7d11b412e1..2ea8df8d9059 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -7,6 +7,7 @@ PORTNAME= edith PORTVERSION= 1.58 +PORTREVISION= 1 CATEGORIES= editors linux MASTER_SITES= ftp://ftp.eidetica.com/pub/edith/x11/ DISTFILES= edith1.55.common.tar.gz \ @@ -15,6 +16,8 @@ DISTFILES= edith1.55.common.tar.gz \ MAINTAINER= ports@FreeBSD.org COMMENT= A X11 GUI editor for binary and plain text files +RUN_DEPENDS= ${LINUXBASE}/usr/X11R6/lib/libXrender.so.1:${PORTSDIR}/x11/linux-XFree86-libs + USE_LINUX= yes USE_X_PREFIX= yes ONLY_FOR_ARCHS= i386 |