diff options
author | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-11 13:23:05 +0000 |
---|---|---|
committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-04-11 13:23:05 +0000 |
commit | c6762e80516b169cd71a8d7e68d0ed5b308f7e55 (patch) | |
tree | f23cbb8b9252353d844bff7e183b8b588e997854 /print | |
parent | 3b03d918066c823f39536b8d108d1145c833a3dd (diff) |
Notes
Diffstat (limited to 'print')
-rw-r--r-- | print/advi/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/print/advi/Makefile b/print/advi/Makefile index f90c3124f9fe..582bf762d83a 100644 --- a/print/advi/Makefile +++ b/print/advi/Makefile @@ -44,6 +44,7 @@ post-extract: -e 's,^(X11_INCLUDES[[:space:]]*=).*,\1-I${LOCALBASE}/include,' \ -e 's,install -m 644,\$${BSD_INSTALL_DATA},' \ -e 's,install -m 755,\$${BSD_INSTALL_PROGRAM},' \ + -e 's,^LIBRARIES = graphics,LIBRARIES =,' \ ${WRKSRC}/Makefile .include <bsd.port.mk> |