Build and link with base ncurses otherwise program has UI display problems.

This commit is contained in:
Pawel Pekala 2013-01-05 13:49:36 +00:00
parent 1e70d9d65c
commit f68ee58b80
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=309960

View file

@ -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