diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-01-16 17:33:20 +0000 |
commit | 2b1a883dc4fd248d3b049059b9543dde2ac98ffd (patch) | |
tree | 0b080fcd55271333176593e1b9bc0b48aedbe9fa /graphics/vid/Makefile | |
parent | Add xcdroast 0.98.a.8, another X11 frontend to mkisofs/cdrecord. (diff) |
Massive style enforcement - use ^I instead of spaces for variables identation.
Notes
Notes:
svn path=/head/; revision=37252
Diffstat (limited to '')
-rw-r--r-- | graphics/vid/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/vid/Makefile b/graphics/vid/Makefile index 2f476428a209..96242f6f67ff 100644 --- a/graphics/vid/Makefile +++ b/graphics/vid/Makefile @@ -12,7 +12,7 @@ MASTER_SITES= http://members.home.com/housel/ MAINTAINER= roger@freebsd.org -LIB_DEPENDS= pbm:${PORTSDIR}/graphics/netpbm +LIB_DEPENDS= pbm:${PORTSDIR}/graphics/netpbm # The port does not understand 'make all' or 'make install' # so change the 'all_target' to be empty and use our own do-install handler. |