diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-30 00:06:48 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-30 00:06:48 +0800 |
commit | fd3ceae703a1736606d0092fb6a718e00c079ceb (patch) | |
tree | 69317ae6ebf37a03a34deccdff71e8112db24e80 | |
parent | 91ed3a3a51bc9c06b87e2280296737f661727908 (diff) | |
download | freebsd-ports-gnome-fd3ceae703a1736606d0092fb6a718e00c079ceb.tar.gz freebsd-ports-gnome-fd3ceae703a1736606d0092fb6a718e00c079ceb.tar.zst freebsd-ports-gnome-fd3ceae703a1736606d0092fb6a718e00c079ceb.zip |
switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch
-rw-r--r-- | mail/sylpheed/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed2/Makefile | 1 | ||||
-rw-r--r-- | mail/sylpheed3/Makefile | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/mail/sylpheed/Makefile b/mail/sylpheed/Makefile index cf27ea47fb90..6b8450c2ad4e 100644 --- a/mail/sylpheed/Makefile +++ b/mail/sylpheed/Makefile @@ -26,6 +26,7 @@ USE_X_PREFIX= yes USE_GNOME= gtk12 USE_LIBTOOL_VER=15 USE_REINPLACE= yes +NO_LATEST_LINK= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 06e779b50c83..d7397dca1a41 100644 --- a/mail/sylpheed2-devel/Makefile +++ b/mail/sylpheed2-devel/Makefile @@ -26,7 +26,6 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 USE_REINPLACE= yes -NO_LATEST_LINK= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/mail/sylpheed2/Makefile b/mail/sylpheed2/Makefile index 06e779b50c83..d7397dca1a41 100644 --- a/mail/sylpheed2/Makefile +++ b/mail/sylpheed2/Makefile @@ -26,7 +26,6 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 USE_REINPLACE= yes -NO_LATEST_LINK= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" diff --git a/mail/sylpheed3/Makefile b/mail/sylpheed3/Makefile index 06e779b50c83..d7397dca1a41 100644 --- a/mail/sylpheed3/Makefile +++ b/mail/sylpheed3/Makefile @@ -26,7 +26,6 @@ USE_X_PREFIX= yes USE_GNOME= gtk20 USE_LIBTOOL_VER=15 USE_REINPLACE= yes -NO_LATEST_LINK= yes CONFIGURE_ENV= CPPFLAGS="-I${PREFIX}/include -I${LOCALBASE}/include -I${X11BASE}/include" \ LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib -L${X11BASE}/lib" |