Build and link with base ncurses otherwise program has UI display problems.
This commit is contained in:
parent
1e70d9d65c
commit
f68ee58b80
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309960
1 changed files with 3 additions and 3 deletions
|
@ -3,6 +3,7 @@
|
|||
|
||||
PORTNAME= ekg
|
||||
DISTVERSION= 1.8rc2
|
||||
PORTREVISION= 1
|
||||
PORTEPOCH= 3
|
||||
CATEGORIES= polish net-im
|
||||
MASTER_SITES= http://ekg.chmurka.net/
|
||||
|
@ -16,7 +17,6 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
|
|||
USE_GMAKE= yes
|
||||
GNU_CONFIGURE= yes
|
||||
USE_PKGCONFIG= build
|
||||
USE_NCURSES= yes
|
||||
USE_GNOME= gnomehack
|
||||
USE_LDCONFIG= yes
|
||||
|
||||
|
@ -24,8 +24,8 @@ CONFIGURE_ARGS= --without-libungif \
|
|||
--without-libjpeg \
|
||||
--disable-ui-gtk
|
||||
|
||||
CFLAGS+= -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
|
||||
CFLAGS+= -I/usr/include -I${LOCALBASE}/include
|
||||
LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}
|
||||
|
||||
MAN1= ekg.1
|
||||
MANLANG= "" pl
|
||||
|
|
Loading…
Reference in a new issue