diff options
Diffstat (limited to 'x11/xgrab/Makefile')
-rw-r--r-- | x11/xgrab/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/xgrab/Makefile b/x11/xgrab/Makefile index 75041aef7b93..fd65ecfb5a57 100644 --- a/x11/xgrab/Makefile +++ b/x11/xgrab/Makefile @@ -7,7 +7,7 @@ PORTNAME= xgrab PORTVERSION= 2.41 -PORTREVISION= 2 +PORTREVISION= 3 CATEGORIES= x11 MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= applications @@ -17,9 +17,9 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= jmz@FreeBSD.org COMMENT= An X11 image grabber -BUILD_DEPENDS= xrdb:${X_CLIENTS_PORT} +BUILD_DEPENDS= xrdb:${PORTSDIR}/x11/xrdb -USE_X_PREFIX= yes +USE_XORG= x11 USE_IMAKE= yes USE_DISPLAY= yes |