diff options
author | bapt <bapt@FreeBSD.org> | 2013-06-29 02:37:20 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-06-29 02:37:20 +0800 |
commit | 22b35aeb4b16136cf650a275a2a4297aef2cf578 (patch) | |
tree | 43c4ec9526c27319a5e4a5cd873161434b1d0e98 /comms/seyon | |
parent | 6562492bb15e0d185d1ac21179d210b657800bc0 (diff) | |
download | freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.tar.gz freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.tar.zst freebsd-ports-gnome-22b35aeb4b16136cf650a275a2a4297aef2cf578.zip |
Convert to USES=imake
Diffstat (limited to 'comms/seyon')
-rw-r--r-- | comms/seyon/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/comms/seyon/Makefile b/comms/seyon/Makefile index 3f437fb73a05..a4845eeb0d84 100644 --- a/comms/seyon/Makefile +++ b/comms/seyon/Makefile @@ -13,7 +13,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= Communications package for the X Window system WRKSRC= ${WRKDIR}/seyon -USE_IMAKE= yes +USES= imake USE_XORG= x11 xext xpm xmu xaw xt sm ice MAKE_JOBS_UNSAFE= yes |