mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-31 10:46:16 +00:00
- Fix typos in USE_* knobs
- Convert obsolete USE_* to USES - Remove empty lines after .include <bsd.port.mk> Approved by: portmgr blanket
This commit is contained in:
parent
c4cfa5f9b6
commit
2646ecd05e
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=502100
@ -3,6 +3,7 @@
|
||||
|
||||
PORTNAME= libcangjie
|
||||
PORTVERSION= 1.3
|
||||
PORTREVISION= 1
|
||||
DISTVERSIONPREFIX= v
|
||||
CATEGORIES= chinese
|
||||
|
||||
@ -21,7 +22,7 @@ USES= autoreconf gmake libtool localbase pkgconfig sqlite
|
||||
GNU_CONFIGURE= yes
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
USE_XORT= xi
|
||||
USE_XORG= xi
|
||||
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= Cangjians
|
||||
|
@ -33,4 +33,3 @@ do-install:
|
||||
(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}/${WWWDIR})
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
||||
|
@ -198,12 +198,12 @@ CMAKE_ARGS+= -DSQLITE3_PREFIX:STRING=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MPOSTGRES}
|
||||
USE_PGSQL= yes
|
||||
USES+= pgsql
|
||||
CMAKE_ARGS+= -DPOSTGRES_PREFIX:STRING=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
.if ${PORT_OPTIONS:MFIREBIRD}
|
||||
USE_FIREBIRD= yes
|
||||
USES+= firebird
|
||||
CMAKE_AGS+= -DFIREBIRD_PREFIX:STRING=${LOCALBASE}
|
||||
.endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user