mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-21 00:25:50 +00:00
- Stagify
- Use new LIB_DEPENDS syntax - Convert USE_XZ to USES Approved by: portmgr blanket
This commit is contained in:
parent
383e224d22
commit
0554e323ba
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=360424
@ -13,16 +13,14 @@ COMMENT= Hangul support for Fcitx
|
||||
|
||||
LICENSE= GPLv2
|
||||
|
||||
LIB_DEPENDS= fcitx-config:${PORTSDIR}/chinese/fcitx \
|
||||
hangul:${PORTSDIR}/korean/libhangul
|
||||
LIB_DEPENDS= libfcitx-config.so:${PORTSDIR}/chinese/fcitx \
|
||||
libhangul.so:${PORTSDIR}/korean/libhangul
|
||||
|
||||
USE_XZ= yes
|
||||
USES= cmake gettext pkgconfig
|
||||
USES= cmake gettext pkgconfig tar:xz
|
||||
USE_GNOME= intltool
|
||||
INSTALLS_ICONS= yes
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lintl
|
||||
|
||||
NO_STAGE= yes
|
||||
.include <bsd.port.mk>
|
||||
|
Loading…
Reference in New Issue
Block a user