diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 18:37:20 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-06-28 18:37:20 +0000 |
commit | 2bb55ced8649b90bc13c14c860cf03a5fd645223 (patch) | |
tree | 43c4ec9526c27319a5e4a5cd873161434b1d0e98 /comms/seyon | |
parent | Convert to USES=imake (diff) |
Convert to USES=imake
Notes
Notes:
svn path=/head/; revision=321975
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 |