diff options
author | bapt <bapt@FreeBSD.org> | 2014-01-06 12:53:42 +0000 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2014-01-06 12:53:42 +0000 |
commit | 80041951058a500ebcd39bb5dd91893dd9c4ba16 (patch) | |
tree | 42c17b5f14d1c685410d5ef5bf2f94ecf4387354 | |
parent | 1a0e71f18364b974d60699846a5c3f5bc8512e0a (diff) | |
download | FreeBSD-ports-80041951058a500ebcd39bb5dd91893dd9c4ba16.zip FreeBSD-ports-80041951058a500ebcd39bb5dd91893dd9c4ba16.tar.gz |
Revert the change about xv as the port expect graphics/xv, not libXv
Big pointyhat to: bapt
Submitted by: maintainer
-rw-r--r-- | x11/bgrot/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11/bgrot/Makefile b/x11/bgrot/Makefile index bf43112..9734a1aa 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 \ |