diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 05:19:31 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 05:19:31 +0800 |
commit | 5be71874745bc325c8e59e785644e547128c9b5e (patch) | |
tree | adbafa3de45bb93952e1db8450ac168863a2a810 /graphics/xtexcad | |
parent | df8a25c6c1a27f235dc1db4b0b4fe896dbd6ae25 (diff) | |
download | freebsd-ports-gnome-5be71874745bc325c8e59e785644e547128c9b5e.tar.gz freebsd-ports-gnome-5be71874745bc325c8e59e785644e547128c9b5e.tar.zst freebsd-ports-gnome-5be71874745bc325c8e59e785644e547128c9b5e.zip |
Convert to USES=imake
While here:
Trim headers,
Remove some indefinite article
Mark xmagv as broken given it doesn't build
Convert to new options framework
Diffstat (limited to 'graphics/xtexcad')
-rw-r--r-- | graphics/xtexcad/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/xtexcad/Makefile b/graphics/xtexcad/Makefile index 5abd87b9d084..17c48ffab291 100644 --- a/graphics/xtexcad/Makefile +++ b/graphics/xtexcad/Makefile @@ -10,8 +10,8 @@ MASTER_SITES= TEX_CTAN/graphics/xtexcad MAINTAINER= ports@FreeBSD.org COMMENT= Simple drawing program enforcing limited slopes and diameters +USES= imake USE_XORG= ice sm x11 xaw xext xmu xpm xt -USE_IMAKE= yes MAN1= xtexcad.1 PLIST_FILES= bin/xtexcad lib/X11/app-defaults/XTeXcad |