diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 21:43:38 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2007-07-03 21:43:38 +0000 |
commit | 9c9582cca1d60f051f2cf117130f8a734cb28d95 (patch) | |
tree | 818369d99c34df69b309e83511e348fb7d88912e /devel | |
parent | - Downgrade to 0.2.2, which is a last release of old API, needed for upcoming (diff) |
Define LATEST_LINK
Notes
Notes:
svn path=/head/; revision=194834
Diffstat (limited to 'devel')
-rw-r--r-- | devel/libopensync022/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/libopensync022/Makefile b/devel/libopensync022/Makefile index 162f53f71ee8..da4a13401496 100644 --- a/devel/libopensync022/Makefile +++ b/devel/libopensync022/Makefile @@ -25,6 +25,8 @@ USE_PYTHON= yes USE_GNOME= gnomehack glib20 libxml2 USE_LDCONFIG= yes +LATEST_LINK= libopensync022 + pre-everything:: @${ECHO_MSG} "NOTE: You may want to avoid extra dependencies" @${ECHO_MSG} " from devel/swig13 by building with the following" |