diff options
author | knu <knu@FreeBSD.org> | 2000-08-22 22:19:12 +0800 |
---|---|---|
committer | knu <knu@FreeBSD.org> | 2000-08-22 22:19:12 +0800 |
commit | aa7e0c2be950e852a7299e2fb3209793f8dcf6e7 (patch) | |
tree | 6512910afe3efaf7becf8fc57eaa7aa57d692eb8 /print | |
parent | 0505dfa46c3cce2bc8acc1e8610eed9265525298 (diff) | |
download | freebsd-ports-gnome-aa7e0c2be950e852a7299e2fb3209793f8dcf6e7.tar.gz freebsd-ports-gnome-aa7e0c2be950e852a7299e2fb3209793f8dcf6e7.tar.zst freebsd-ports-gnome-aa7e0c2be950e852a7299e2fb3209793f8dcf6e7.zip |
Mark as NO_CDROM. One needs a license to bundle this software with
other products. (And only free for non-profit personal use, and use
by educational, non-profit, and government organizations)
Diffstat (limited to 'print')
-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/ |