diff options
author | pat <pat@FreeBSD.org> | 2002-01-18 10:07:23 +0000 |
---|---|---|
committer | pat <pat@FreeBSD.org> | 2002-01-18 10:07:23 +0000 |
commit | 47a4858edd02cee4eb9e0b92001174593b1f931f (patch) | |
tree | e31ba6c4022ef48b7c266e8d4d4fd16722b2e5a0 /mail/sylpheed | |
parent | 172ff731492bcb906bfc390a62e9315a583d9302 (diff) | |
download | FreeBSD-ports-47a4858edd02cee4eb9e0b92001174593b1f931f.zip FreeBSD-ports-47a4858edd02cee4eb9e0b92001174593b1f931f.tar.gz |
- Fix depends
- Add new include/library paths
PR: 33984
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Reviewed by: maintainer
Diffstat (limited to 'mail/sylpheed')
-rw-r--r-- | mail/sylpheed/Makefile | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 6107d71..b8f29d2 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -15,11 +15,11 @@ MAINTAINER= lehmann@ans-netz.de USE_BZIP2= yes USE_GMAKE= yes USE_X_PREFIX= yes -USE_IMLIB= yes +USE_GTK= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_ARGS= --enable-ipv6 --prefix=${PREFIX} --with-included-gettext .if defined(WITH_PIXBUF) @@ -49,9 +49,9 @@ CONFIGURE_ARGS+=--enable-jconv CONFIGURE_ARGS+=--disable-jconv .endif .if defined(WITH_JPILOT) -LIB_DEPENDS+= expense.1:${PORTSDIR}/palm/jpilot +LIB_DEPENDS+= pisock.4:${PORTSDIR}/palm/pilot-link +RUN_DEPENDS+= ${LOCALBASE}/pilot/bin/jpilot:${PORTSDIR}/palm/jpilot CONFIGURE_ARGS+=--enable-jpilot -CFLAGS+= -I${LOCALBASE}/pilot/include .else CONFIGURE_ARGS+= --disable-jpilot .endif |