Skip to content

Commit

Permalink
Build and link with base ncurses otherwise program has UI display pro…
Browse files Browse the repository at this point in the history
…blems.

git-svn-id: svn+ssh://svn.freebsd.org/ports/head@309960 aed309b6-a8cd-e111-996c-001c23d10e55
  • Loading branch information
pawel committed Jan 5, 2013
1 parent 8e4d8b9 commit c6252da
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions polish/ekg/Makefile
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@


PORTNAME= ekg PORTNAME= ekg
DISTVERSION= 1.8rc2 DISTVERSION= 1.8rc2
PORTREVISION= 1
PORTEPOCH= 3 PORTEPOCH= 3
CATEGORIES= polish net-im CATEGORIES= polish net-im
MASTER_SITES= http://ekg.chmurka.net/ MASTER_SITES= http://ekg.chmurka.net/
Expand All @@ -16,16 +17,15 @@ LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \
USE_GMAKE= yes USE_GMAKE= yes
GNU_CONFIGURE= yes GNU_CONFIGURE= yes
USE_PKGCONFIG= build USE_PKGCONFIG= build
USE_NCURSES= yes
USE_GNOME= gnomehack USE_GNOME= gnomehack
USE_LDCONFIG= yes USE_LDCONFIG= yes


CONFIGURE_ARGS= --without-libungif \ CONFIGURE_ARGS= --without-libungif \
--without-libjpeg \ --without-libjpeg \
--disable-ui-gtk --disable-ui-gtk


CFLAGS+= -I${LOCALBASE}/include CFLAGS+= -I/usr/include -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS} LDFLAGS+= -L/usr/lib -lncurses -L${LOCALBASE}/lib -lexecinfo ${PTHREAD_LIBS}


MAN1= ekg.1 MAN1= ekg.1
MANLANG= "" pl MANLANG= "" pl
Expand Down

0 comments on commit c6252da

Please sign in to comment.