diff options
author | pav <pav@FreeBSD.org> | 2008-03-11 23:44:37 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2008-03-11 23:44:37 +0800 |
commit | a55f2ef063d136ef6648bf453a0c66a1189bda68 (patch) | |
tree | 26adc537ad1a1f318fb1af7fe97645f0697f4df3 /graphics/mxp | |
parent | 435d6dd900dcf5b9ddee98980242e27c33a280a6 (diff) | |
download | freebsd-ports-gnome-a55f2ef063d136ef6648bf453a0c66a1189bda68.tar.gz freebsd-ports-gnome-a55f2ef063d136ef6648bf453a0c66a1189bda68.tar.zst freebsd-ports-gnome-a55f2ef063d136ef6648bf453a0c66a1189bda68.zip |
- Replace USE_XPM with a list of required xorg components
With hat: portmgr
Diffstat (limited to 'graphics/mxp')
-rw-r--r-- | graphics/mxp/Makefile | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/graphics/mxp/Makefile b/graphics/mxp/Makefile index ba1493783e25..a5ca1d7b7e7f 100644 --- a/graphics/mxp/Makefile +++ b/graphics/mxp/Makefile @@ -7,7 +7,7 @@ PORTNAME= mxp PORTVERSION= 1.3 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= graphics MASTER_SITES= ${MASTER_SITE_SUNSITE} MASTER_SITE_SUBDIR=apps/math/fractals @@ -16,9 +16,8 @@ MAINTAINER= maho@FreeBSD.org COMMENT= Application for computing/exploring Mandelbrot set WRKSRC= ${WRKDIR}/${PORTNAME} -USE_XPM= yes ALL_TARGET= -USE_XORG= xbitmaps +USE_XORG= xaw xbitmaps xpm post-extract: @${CP} ${WRKSRC}/Makefile.noimake ${WRKSRC}/Makefile |