diff options
author | yuri <yuri@FreeBSD.org> | 2018-03-09 01:21:23 +0800 |
---|---|---|
committer | yuri <yuri@FreeBSD.org> | 2018-03-09 01:21:23 +0800 |
commit | 87e1b8f8c3212932b2e1a7dff04a96bbc16feb2c (patch) | |
tree | 47f00f409d5fe339c7b97e611ada7a156f3811c6 /graphics | |
parent | b7b638b48d408a096815c5d6f75100d4f7431841 (diff) | |
download | freebsd-ports-gnome-87e1b8f8c3212932b2e1a7dff04a96bbc16feb2c.tar.gz freebsd-ports-gnome-87e1b8f8c3212932b2e1a7dff04a96bbc16feb2c.tar.zst freebsd-ports-gnome-87e1b8f8c3212932b2e1a7dff04a96bbc16feb2c.zip |
graphics/potrace: Remove the recently added option LIBRARY because it directly conflicts with graphics/libpotrace
graphics/libpotrace and graphics/potrace build different parts
of the same project and should probably be merged. For now, delete the
offending option because it isn't needed.
Reported by: Jan Henrik Sylvester <me@janh.de>
Approved by: tcberner (mentor, implicit)
Approved by: portmgr (port compliance, infrastructure)
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/potrace/Makefile | 11 | ||||
-rw-r--r-- | graphics/potrace/pkg-plist | 5 |
2 files changed, 2 insertions, 14 deletions
diff --git a/graphics/potrace/Makefile b/graphics/potrace/Makefile index 7ead4ccf5790..09ad138307be 100644 --- a/graphics/potrace/Makefile +++ b/graphics/potrace/Makefile @@ -3,6 +3,7 @@ PORTNAME= potrace DISTVERSION= 1.15 +PORTREVISION= 1 CATEGORIES= graphics MASTER_SITES= SF/potrace/${PORTVERSION} @@ -15,20 +16,12 @@ LICENSE_FILE= ${WRKSRC}/COPYING USES= cpe GNU_CONFIGURE= yes -OPTIONS_DEFINE= METRIC A4 LIBRARY DOCS +OPTIONS_DEFINE= METRIC A4 DOCS OPTIONS_DEFAULT=METRIC A4 -OPTIONS_SUB= yes METRIC_DESC= Use metric units (cm) as default METRIC_CONFIGURE_ENABLE= metric A4_DESC= Use A4 as the default papersize A4_CONFIGURE_ENABLE= a4 -LIBRARY_DESC= Enable building libpotrace -LIBRARY_CONFIGURE_WITH= libpotrace -LIBRARY_USE= LDCONFIG=yes -LIBRARY_USES= libtool -LIBRARY_INSTALL_TARGET= install-strip - -CONFLICTS= libpotrace-* .include <bsd.port.mk> diff --git a/graphics/potrace/pkg-plist b/graphics/potrace/pkg-plist index d577048310ca..8cfb8bda7fc2 100644 --- a/graphics/potrace/pkg-plist +++ b/graphics/potrace/pkg-plist @@ -2,9 +2,4 @@ bin/potrace bin/mkbitmap man/man1/potrace.1.gz man/man1/mkbitmap.1.gz -%%LIBRARY%%include/potracelib.h -%%LIBRARY%%lib/libpotrace.a -%%LIBRARY%%lib/libpotrace.so -%%LIBRARY%%lib/libpotrace.so.0 -%%LIBRARY%%lib/libpotrace.so.0.0.5 %%PORTDOCS%%%%DOCSDIR%%/placement.pdf |