diff options
author | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
---|---|---|
committer | ak <ak@FreeBSD.org> | 2014-06-01 00:37:58 +0800 |
commit | 4258fa7831c79d69f262e8317a02a9b88f93783a (patch) | |
tree | 3aba6572b76515a94751ae114e5304e1d6c1f9ac /multimedia/libdv | |
parent | 660aeced15c82ec76d0a069f8330817bd38edf20 (diff) | |
download | freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.gz freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.tar.zst freebsd-ports-gnome-4258fa7831c79d69f262e8317a02a9b88f93783a.zip |
- Fix various distinfo errors
- Remove unused USE_* knobs
- Convert USE_TWISTED_RUN to USES
- Remove empty lines after .include <bsd.port.mk>
Approved by: portmgr (antoine)
Diffstat (limited to 'multimedia/libdv')
-rw-r--r-- | multimedia/libdv/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/multimedia/libdv/Makefile b/multimedia/libdv/Makefile index e59753df0675..fab2d4ba51d4 100644 --- a/multimedia/libdv/Makefile +++ b/multimedia/libdv/Makefile @@ -58,4 +58,3 @@ post-install: # However, lack of -O{1,s,2,3} or -O0 BREAK the build # Therefore, make sure we have AT LEAST -O and avoid -O0 CFLAGS:= -O ${CFLAGS:N-O0} - |