- 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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user