diff options
author | Patrick Li <pat@FreeBSD.org> | 2002-01-18 10:07:23 +0000 |
---|---|---|
committer | Patrick Li <pat@FreeBSD.org> | 2002-01-18 10:07:23 +0000 |
commit | ddc0d30e5d95c4d1d2f9459fa296761059f80bce (patch) | |
tree | 722c5e5b73e7e7c21c3c5b7af8741fb6baa03979 /mail | |
parent | Upgrade to 1.1.8 (diff) |
- Fix depends
- Add new include/library paths
PR: 33984
Submitted by: SASAKI Katuhiro <sahiro@crest.ocn.ne.jp>
Reviewed by: maintainer
Notes
Notes:
svn path=/head/; revision=53290
Diffstat (limited to 'mail')
-rw-r--r-- | mail/sylpheed/Makefile | 10 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 10 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 10 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 10 |
4 files changed, 20 insertions, 20 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index 6107d71a7880..b8f29d229792 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 diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 6107d71a7880..b8f29d229792 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/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 diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 6107d71a7880..b8f29d229792 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/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 diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 6107d71a7880..b8f29d229792 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/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 |