diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-11 20:14:20 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2008-04-11 20:14:20 +0000 |
commit | 60a28d99255aa1b3a8b9e8aa049d4cea58c90234 (patch) | |
tree | e8e0224ce039954049e456d1e178a397ffd5d8c6 /editors/ted | |
parent | 292e6f217db299dd2470ccb87da9b8c890b7d564 (diff) |
- fix build
- set USE_XORG
Notes
Notes:
svn path=/head/; revision=211092
Diffstat (limited to 'editors/ted')
-rw-r--r-- | editors/ted/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editors/ted/Makefile b/editors/ted/Makefile index 641c00669b18..060865919a05 100644 --- a/editors/ted/Makefile +++ b/editors/ted/Makefile @@ -22,6 +22,7 @@ RUN_DEPENDS= ${LOCALBASE}/share/ghostscript/fonts/a010013l.pfb:${PORTSDIR}/print WRKSRC= ${WRKDIR}/Ted-${PORTVERSION} USE_MOTIF= yes +USE_XORG= xpm xp xmu xt xext sm ice x11 USE_GHOSTSCRIPT_RUN= yes GNU_CONFIGURE= yes CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL} |