mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
update curses WANTLIB entries following the change in base libraries to use soname
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
# Date created: Thu Jan 18, 2000
|
||||
# Whom: Kevin Lo <kevlo@openbsd.org>
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.22 2018/05/12 14:01:17 espie Exp $
|
||||
# $OpenBSD: Makefile,v 1.23 2019/05/17 16:19:37 sthen Exp $
|
||||
#
|
||||
|
||||
COMMENT= pager utility that speaks Chinese
|
||||
@@ -12,12 +12,12 @@ DISTNAME= cless-290
|
||||
PKGNAME= zh-${DISTNAME}
|
||||
CATEGORIES= chinese misc
|
||||
MASTER_SITES= http://ftp.cuhk.hk/pub/chinese/ifcss/software/unix/c-utils/
|
||||
REVISION = 1
|
||||
REVISION = 2
|
||||
|
||||
# BSD
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
|
||||
WANTLIB= c curses termcap
|
||||
WANTLIB += c curses
|
||||
|
||||
CONFIGURE_STYLE= gnu dest old
|
||||
CFLAGS+= -DHANZI # LDFLAGS=-s datadir=/usr/local/lib/less
|
||||
|
||||
Reference in New Issue
Block a user