diff options
Diffstat (limited to 'graphics/xpx/Makefile')
-rw-r--r-- | graphics/xpx/Makefile | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/graphics/xpx/Makefile b/graphics/xpx/Makefile index dcd0b9185b43..9a59ff8fcfbd 100644 --- a/graphics/xpx/Makefile +++ b/graphics/xpx/Makefile @@ -1,9 +1,5 @@ -# ports collection makefile for: xpx -# Date created: 25 Oct 1998 -# Whom: Seiichirou Hiraoka -# +# Created by: Seiichirou Hiraoka # $FreeBSD$ -# PORTNAME= xpx PORTVERSION= 1.41 @@ -17,8 +13,8 @@ COMMENT= Simple pixel editing tool to generate data for KISS WRKSRC= ${WRKDIR}/${PORTNAME} +USES= imake USE_XORG= x11 xext -USE_IMAKE= yes XMKMF= xmkmf DOCSDIR= ${PREFIX}/share/doc/ja/${PORTNAME} |