diff options
Diffstat (limited to 'editors')
-rw-r--r-- | editors/edith/Makefile | 2 | ||||
-rw-r--r-- | editors/komodo-edit/Makefile | 4 | ||||
-rw-r--r-- | editors/staroffice5/Makefile | 2 | ||||
-rw-r--r-- | editors/staroffice52/Makefile | 2 | ||||
-rw-r--r-- | editors/staroffice60/Makefile | 2 | ||||
-rw-r--r-- | editors/staroffice70/Makefile | 2 |
6 files changed, 6 insertions, 8 deletions
diff --git a/editors/edith/Makefile b/editors/edith/Makefile index 728e3c39b53a..32dc44eb5e9a 100644 --- a/editors/edith/Makefile +++ b/editors/edith/Makefile @@ -18,7 +18,7 @@ COMMENT= A X11 GUI editor for binary and plain text files ONLY_FOR_ARCHS= i386 USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs RESTRICTED= "Redistribution not allowed" NO_BUILD= yes diff --git a/editors/komodo-edit/Makefile b/editors/komodo-edit/Makefile index 88ff81f9a4ca..dc1e633e102c 100644 --- a/editors/komodo-edit/Makefile +++ b/editors/komodo-edit/Makefile @@ -13,13 +13,11 @@ DISTNAME= Komodo-Edit-${PORTVERSION}-1774-linux-libcpp6-x86 MAINTAINER= gahr@FreeBSD.org COMMENT= Multi-language editor from ActiveState -RUN_DEPENDS= ${LINUXBASE}/usr/lib/libjpeg.so.62:${PORTSDIR}/graphics/linux-jpeg \ - ${LINUXBASE}/usr/bin/gtk-demo:${PORTSDIR}/x11-toolkits/linux-gtk2 - ONLY_FOR_ARCH= i386 amd64 RESTRICTED= Distribution not permitted NO_BUILD= yes USE_LINUX= yes +USE_LINUX_APPS= gtk2 jpeg USE_PYTHON= yes post-patch: diff --git a/editors/staroffice5/Makefile b/editors/staroffice5/Makefile index c3fdd6b3a485..92d06e0eb718 100644 --- a/editors/staroffice5/Makefile +++ b/editors/staroffice5/Makefile @@ -25,7 +25,7 @@ ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be downloaded direct from Sun via www interface' USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs IS_INTERACTIVE= yes EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} EXTRACT_CMD= ${CAT} diff --git a/editors/staroffice52/Makefile b/editors/staroffice52/Makefile index 45430779fde6..a701ab065e04 100644 --- a/editors/staroffice52/Makefile +++ b/editors/staroffice52/Makefile @@ -41,7 +41,7 @@ CD_MOUNTPT= '/cdrom' IS_INTERACTIVE= yes NO_BUILD= yes USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs DIST_SUBDIR= staroffice52 WRKSRC= ${WRKDIR}/office52 TMPDIR= ${WRKDIR}/tmp diff --git a/editors/staroffice60/Makefile b/editors/staroffice60/Makefile index b615d6a457a7..c81395d80215 100644 --- a/editors/staroffice60/Makefile +++ b/editors/staroffice60/Makefile @@ -31,7 +31,7 @@ ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be bought and downloaded direct from Sun via www interface' USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs IS_INTERACTIVE= yes NO_BUILD= yes SOVERSION= ${PORTNAME}${PORTVERSION} diff --git a/editors/staroffice70/Makefile b/editors/staroffice70/Makefile index 884a780761f4..19f9f7ed2692 100644 --- a/editors/staroffice70/Makefile +++ b/editors/staroffice70/Makefile @@ -34,7 +34,7 @@ ONLY_FOR_ARCHS= i386 NO_CDROM= 'Must be bought and downloaded direct from Sun via www interface' USE_LINUX= yes -USE_XLIB= yes +USE_LINUX_APPS= xorglibs IS_INTERACTIVE= yes NO_BUILD= yes SOVERSION= ${PORTNAME}${PORTVERSION} |