From c829dec847f90199d0d7d44713c95d02395e6d35 Mon Sep 17 00:00:00 2001 From: amdmi3 Date: Tue, 9 Jun 2009 15:33:28 +0000 Subject: Convert most of remaining ports that depend on xorg-libraries to modular xorg. - supply corresponding USE_XORG for all imake-using ports that need it - USE_IMAKE no longer implies USE_XLIB in absence of USE_XORG - retire USE_X_PREFIX which is not really used anywhere after the above change - a few minor nits like whitespace and SF macro Tested by: 2 tinderbox runs by pav Approved by: portmgr (pav) --- astro/xphoon/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'astro') diff --git a/astro/xphoon/Makefile b/astro/xphoon/Makefile index 6029c3196830..3ddf5db6e2df 100644 --- a/astro/xphoon/Makefile +++ b/astro/xphoon/Makefile @@ -7,16 +7,16 @@ PORTNAME= xphoon PORTVERSION= 2000.06.13 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= astro -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= ${PORTNAME} +MASTER_SITES= SF DISTNAME= ${PORTNAME}-${PORTVERSION:S/.//g} MAINTAINER= ports@FreeBSD.org COMMENT= Set the root window to the moon in its current phase USE_IMAKE= yes +USE_XORG= x11 xext MAN1= xphoon.1 PLIST_FILES= bin/xphoon -- cgit