diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 12:53:42 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-01-06 12:53:42 +0000 |
commit | 1884422838434b0cbf3bb92bb839899507c5c16f (patch) | |
tree | 42c17b5f14d1c685410d5ef5bf2f94ecf4387354 /x11 | |
parent | fa282cba225fc0105b16ccd222697e1bc7fadc0c (diff) | |
download | ports-1884422838434b0cbf3bb92bb839899507c5c16f.tar.gz ports-1884422838434b0cbf3bb92bb839899507c5c16f.zip |
Notes
Diffstat (limited to 'x11')
-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 \ |