mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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)
This commit is contained in:
parent
be3ed9f666
commit
0dee7c6469
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=463909
2 changed files with 2 additions and 14 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue