diff options
author | lwhsu <lwhsu@FreeBSD.org> | 2013-11-20 02:12:13 +0800 |
---|---|---|
committer | lwhsu <lwhsu@FreeBSD.org> | 2013-11-20 02:12:13 +0800 |
commit | 11fcf58e369e3af8b63c7d7e4eba2033cb2ed8c9 (patch) | |
tree | 79e076e83814163af35f53a63abd44f0ee17aeb4 /print | |
parent | 8da39f99491d4d7f0f148dfae3355d78a6862618 (diff) | |
download | freebsd-ports-gnome-11fcf58e369e3af8b63c7d7e4eba2033cb2ed8c9.tar.gz freebsd-ports-gnome-11fcf58e369e3af8b63c7d7e4eba2033cb2ed8c9.tar.zst freebsd-ports-gnome-11fcf58e369e3af8b63c7d7e4eba2033cb2ed8c9.zip |
- Support STAGEDIR
Diffstat (limited to 'print')
-rw-r--r-- | print/pdfcube/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/print/pdfcube/Makefile b/print/pdfcube/Makefile index d2c91043e1d5..a00043ebab4b 100644 --- a/print/pdfcube/Makefile +++ b/print/pdfcube/Makefile @@ -20,7 +20,6 @@ CONFIGURE_ARGS= --libdir=${LOCALBASE}/lib --includedir=${LOCALBASE}/include PLIST_FILES= bin/pdfcube -NO_STAGE= yes post-patch: ${REINPLACE_CMD} -e \ 's|BOOSTLIBDIR/libboost_program_options\*\.{so,a}\*|BOOSTLIBDIR/libboost_program_options.so|' \ |