diff options
Diffstat (limited to 'games/xoj')
-rw-r--r-- | games/xoj/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/games/xoj/Makefile b/games/xoj/Makefile index 4b5fce6a65a2..6a06373414fd 100644 --- a/games/xoj/Makefile +++ b/games/xoj/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xoj -# Date created: 30 March 1998 -# Whom: Andrey Zakhvatov -# +# Created by: Andrey Zakhvatov # $FreeBSD$ -# PORTNAME= xoj PORTVERSION= 1.0 @@ -16,8 +12,8 @@ EXTRACT_SUFX= .tgz MAINTAINER= ports@FreeBSD.org COMMENT= O. J. Simpson Simulator root window demo +USES= imake USE_XORG= xaw -USE_IMAKE= yes NO_INSTALL_MANPAGES= yes PLIST_FILES= bin/xoj |