diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2008-03-24 23:21:25 +0000 |
commit | ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3 (patch) | |
tree | e23ad8f32a26812997940fcbb692cd233adb348c /editors | |
parent | 74afc71c04a50797560e13b9718ee538eba6b691 (diff) | |
download | ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.tar.gz ports-ca519ab8c011fdba09ad6a4a9bf03f19b9cae9d3.zip |
Notes
Diffstat (limited to 'editors')
-rw-r--r-- | editors/gobby/Makefile | 2 | ||||
-rw-r--r-- | editors/ted/Makefile | 3 |
2 files changed, 2 insertions, 3 deletions
diff --git a/editors/gobby/Makefile b/editors/gobby/Makefile index 03be554c342d..f45166b3f00b 100644 --- a/editors/gobby/Makefile +++ b/editors/gobby/Makefile @@ -19,7 +19,7 @@ LIB_DEPENDS= xml\\+\\+-2.6.2:${PORTSDIR}/textproc/libxml++26 \ net6-1.3:${PORTSDIR}/net/net6 \ obby-0.4:${PORTSDIR}/devel/obby -USE_XLIB= yes +USE_XORG= x11 GNU_CONFIGURE= yes USE_GNOME= gnomehack pkgconfig gtksourceview diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 4c256c928053..641c00669b18 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -12,7 +12,7 @@ CATEGORIES= editors MASTER_SITES= ftp://ftp.nluug.nl/pub/editors/ted/ EXTRACT_SUFX= .src.tar.gz -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org COMMENT= X11 based RTF editor LIB_DEPENDS= png.5:${PORTSDIR}/graphics/png \ @@ -21,7 +21,6 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} -USE_X_PREFIX= yes USE_MOTIF= yes USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes |