svn commit: r309960 - head/polish/ekg
Pawel Pekala
pawel at FreeBSD.org
Sat Jan 5 13:49:37 UTC 2013
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
More information about the svn-ports-all
mailing list