diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2016-10-21 15:21:13 +0000 |
commit | a0bcd2cf684ff6bc2faf242e6678282f20a3ee44 (patch) | |
tree | a5029ff30555b3a7ee0621f4dd5aacb832fde1d8 /print/panda | |
parent | Allow more than one filename to be pathfixed. (diff) |
Use USES=pathfix where applicable.
PR: 213195
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D8093
Diffstat (limited to 'print/panda')
-rw-r--r-- | print/panda/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/panda/Makefile b/print/panda/Makefile index 385e4f6d579e..197a4697a495 100644 --- a/print/panda/Makefile +++ b/print/panda/Makefile @@ -25,7 +25,6 @@ LIBS+= -L${BDB_LIB_DIR} -L${LOCALBASE}/lib INSTALL_TARGET= install-strip USES= autoreconf bdb dos2unix gmake jpeg libtool pathfix pkgconfig tar:bzip2 DOS2UNIX_GLOB= *.c -PATHFIX_MAKEFILEIN= Makefile.am USE_LDCONFIG= yes OPTIONS_DEFINE= DOCS EXAMPLES |