aboutsummaryrefslogtreecommitdiffstats
path: root/x11
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2014-01-06 20:53:42 +0800
committerbapt <bapt@FreeBSD.org>2014-01-06 20:53:42 +0800
commit80041951058a500ebcd39bb5dd91893dd9c4ba16 (patch)
tree42c17b5f14d1c685410d5ef5bf2f94ecf4387354 /x11
parent1a0e71f18364b974d60699846a5c3f5bc8512e0a (diff)
downloadfreebsd-ports-gnome-80041951058a500ebcd39bb5dd91893dd9c4ba16.tar.gz
freebsd-ports-gnome-80041951058a500ebcd39bb5dd91893dd9c4ba16.tar.zst
freebsd-ports-gnome-80041951058a500ebcd39bb5dd91893dd9c4ba16.zip
Revert the change about xv as the port expect graphics/xv, not libXv
Big pointyhat to: bapt Submitted by: maintainer
Diffstat (limited to 'x11')
-rw-r--r--x11/bgrot/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile
index bf43112ae6d4..9734a1aaca85 100644
--- a/x11/bgrot/Makefile
+++ b/x11/bgrot/Makefile
@@ -11,7 +11,8 @@ MASTER_SITES= http://www.over-yonder.net/~fullermd/projects/bgrot/ \
MAINTAINER= fullermd@over-yonder.net
COMMENT= Program to handle your X background to prevent boredom
-USE_XORG= xv
+RUN_DEPENDS= xv:${PORTSDIR}/graphics/xv
+
USES= shebangfix perl5 uidfix
SHEBANG_FILES= *.pl
MAKE_ARGS= BINDIR=${STAGEDIR}${PREFIX}/bin \