diff options
-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 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 \ |