diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 14:19:12 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2000-08-22 14:19:12 +0000 |
commit | b00add5d5d19453f35ea24a4f64eeeedd2b60bb1 (patch) | |
tree | c830b76534bab36eafed62302a4aa77fe93f761b /print/clibpdf | |
parent | 278f3e371b1c161f718ce024c91d6a14eba9c75c (diff) | |
download | ports-b00add5d5d19453f35ea24a4f64eeeedd2b60bb1.tar.gz ports-b00add5d5d19453f35ea24a4f64eeeedd2b60bb1.zip |
Notes
Diffstat (limited to 'print/clibpdf')
-rw-r--r-- | print/clibpdf/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/print/clibpdf/Makefile b/print/clibpdf/Makefile index d0ca035c58ba..8bc26d07ca7f 100644 --- a/print/clibpdf/Makefile +++ b/print/clibpdf/Makefile @@ -23,6 +23,8 @@ ALL_TARGET= lib shlib PLIST_SUB= SHLIB_VER="${SHLIB_VER}" +NO_CDROM= "Needs a license to bundle with other products" + do-install: ${INSTALL_DATA} ${WRKSRC}/cpdflib.h ${PREFIX}/include/ ${INSTALL_DATA} ${WRKSRC}/libcpdf.a ${PREFIX}/lib/ |