diff options
author | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-05 13:49:36 +0000 |
---|---|---|
committer | Pawel Pekala <pawel@FreeBSD.org> | 2013-01-05 13:49:36 +0000 |
commit | f68ee58b806425f6856bb475d2b43e7ab5767699 (patch) | |
tree | afc783b5421fb2b7fd98080878b4ae9e9ed42f2d /polish | |
parent | 1e70d9d65c83e6fdfba29dcffafc27eb651a0993 (diff) | |
download | ports-f68ee58b806425f6856bb475d2b43e7ab5767699.tar.gz ports-f68ee58b806425f6856bb475d2b43e7ab5767699.zip |
Notes
Diffstat (limited to 'polish')
-rw-r--r-- | polish/ekg/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/polish/ekg/Makefile b/polish/ekg/Makefile index 9c9335894889..463df5aeed45 100644 --- a/polish/ekg/Makefile +++ b/polish/ekg/Makefile @@ -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 |