Date: Sat, 5 Jan 2013 13:49:36 +0000 (UTC) From: Pawel Pekala <pawel@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r309960 - head/polish/ekg Message-ID: <201301051349.r05Dna72031765@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: pawel Date: Sat Jan 5 13:49:36 2013 New Revision: 309960 URL: http://svnweb.freebsd.org/changeset/ports/309960 Log: Build and link with base ncurses otherwise program has UI display problems. Modified: head/polish/ekg/Makefile Modified: head/polish/ekg/Makefile ============================================================================== --- head/polish/ekg/Makefile Sat Jan 5 13:03:58 2013 (r309959) +++ head/polish/ekg/Makefile Sat Jan 5 13:49:36 2013 (r309960) @@ -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/ 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301051349.r05Dna72031765>