diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-30 00:06:48 +0800 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2005-07-30 00:06:48 +0800 |
commit | 23986ff7d23c84b42e4565c903212d09f55df81d (patch) | |
tree | 81d618331d88a2cf45b9bdc9b726b0ca759bcfb5 /mail | |
parent | 19def04dce0f3521c53765ba8acc7f4aab2dd869 (diff) | |
download | freebsd-ports-gnome-23986ff7d23c84b42e4565c903212d09f55df81d.tar.gz freebsd-ports-gnome-23986ff7d23c84b42e4565c903212d09f55df81d.tar.zst freebsd-ports-gnome-23986ff7d23c84b42e4565c903212d09f55df81d.zip |
switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch
Diffstat (limited to 'mail')
-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" |