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 /www/linux-nvu | |
parent | 440d8863c8d496b982754e2a71867892213a902b (diff) |
Notes
Diffstat (limited to 'www/linux-nvu')
-rw-r--r-- | www/linux-nvu/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/linux-nvu/Makefile b/www/linux-nvu/Makefile index 6009a1c3838a..9012499c2aee 100644 --- a/www/linux-nvu/Makefile +++ b/www/linux-nvu/Makefile @@ -7,6 +7,7 @@ PORTNAME= nvu PORTVERSION= 0.20 +PORTREVISION= 1 CATEGORIES= www linux MASTER_SITES= http://cvs.nvu.com/download/ PKGNAMEPREFIX= linux- @@ -16,7 +17,6 @@ MAINTAINER= ilya@space.rootshell.ru COMMENT= A complete Web Authoring System RUN_DEPENDS= \ - ${LINUXBASE}/usr/X11R6/lib/libX11.so.6:${PORTSDIR}/x11/linux-XFree86-libs \ ${LINUXBASE}/usr/lib/libgobject-2.0.so.0:${PORTSDIR}/devel/linux-glib2 \ ${LINUXBASE}/usr/lib/libgtk-x11-2.0.so.0:${PORTSDIR}/x11-toolkits/linux-gtk2 \ ${LINUXBASE}/usr/lib/libatk-1.0.so.0:${PORTSDIR}/accessibility/linux-atk \ |