mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
- inlcude aspell suppret by default
- new option ASPELL_PORT to use a localized aspell - new option WITHOUT_ASPELL
This commit is contained in:
parent
49209b630d
commit
b945ee9aef
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154334
@ -7,7 +7,7 @@
|
||||
|
||||
PORTNAME= gnustep-gui
|
||||
PORTVERSION= 0.10.2
|
||||
PORTREVISION= 1
|
||||
PORTREVISION= 2
|
||||
CATEGORIES= x11-toolkits
|
||||
MASTER_SITES= ${MASTER_SITE_GNUSTEP}
|
||||
MASTER_SITE_SUBDIR= core
|
||||
@ -62,6 +62,14 @@ PLIST_SUB+= WITH_CUPS=""
|
||||
PLIST_SUB+= WITH_CUPS="@comment "
|
||||
.endif
|
||||
|
||||
ASPELL_PORT?= german/aspell
|
||||
.if !defined(WITHOUT_ASPELL)
|
||||
LIB_DEPENDS+= aspell:${PORTSDIR}/${ASPELL_PORT}
|
||||
PLIST_SUB+= WITH_ASPELL=""
|
||||
.else
|
||||
PLIST_SUB+= WITH_ASPELL="@comment "
|
||||
.endif
|
||||
|
||||
pre-configure:
|
||||
.for file in config.guess config.sub install-sh
|
||||
@${CP} ${PREFIX}/System/Library/Makefiles/${file} ${WRKSRC}
|
||||
|
Loading…
Reference in New Issue
Block a user