diff options
author | oliver <oliver@FreeBSD.org> | 2005-07-29 16:06:48 +0000 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2005-07-29 16:06:48 +0000 |
commit | fd3ceae703a1736606d0092fb6a718e00c079ceb (patch) | |
tree | 69317ae6ebf37a03a34deccdff71e8112db24e80 /mail/sylpheed2-devel | |
parent | 91ed3a3a51bc9c06b87e2280296737f661727908 (diff) | |
download | FreeBSD-ports-fd3ceae703a1736606d0092fb6a718e00c079ceb.zip FreeBSD-ports-fd3ceae703a1736606d0092fb6a718e00c079ceb.tar.gz |
switch NO_LATEST_LINK since sylpheed 2.0 is the new stable branch
Diffstat (limited to 'mail/sylpheed2-devel')
-rw-r--r-- | mail/sylpheed2-devel/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mail/sylpheed2-devel/Makefile b/mail/sylpheed2-devel/Makefile index 06e779b..d7397dc 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" |