diff options
author | dinoex <dinoex@FreeBSD.org> | 2008-04-12 04:14:20 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2008-04-12 04:14:20 +0800 |
commit | 5a4843dad0ed4cef06a0ab695f441a98c5301fee (patch) | |
tree | d27b651037de3bc107a1801a5ec07acb5f2c3073 /editors | |
parent | 9e74a2628b0107842a9573da1267fab856eef826 (diff) | |
download | freebsd-ports-gnome-5a4843dad0ed4cef06a0ab695f441a98c5301fee.tar.gz freebsd-ports-gnome-5a4843dad0ed4cef06a0ab695f441a98c5301fee.tar.zst freebsd-ports-gnome-5a4843dad0ed4cef06a0ab695f441a98c5301fee.zip |
- fix build
- set USE_XORG
Diffstat (limited to 'editors')
-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} |