diff options
author | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-21 21:59:41 +0000 |
---|---|---|
committer | Pav Lucistnik <pav@FreeBSD.org> | 2004-05-21 21:59:41 +0000 |
commit | c2f5d32b510c115eaeb40ada8ced98c8ccc20c97 (patch) | |
tree | b6e14df1e55c931cd995a648d2f30df7aaf9f43c /misc | |
parent | 9753f8d80e641672a2b3bd0a769cc048d1db2160 (diff) |
- Add NO_LATEST_LINK because newer incompatible version with same name now
exists
Notes
Notes:
svn path=/head/; revision=109664
Diffstat (limited to 'misc')
-rw-r--r-- | misc/gkrellm-reminder/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/misc/gkrellm-reminder/Makefile b/misc/gkrellm-reminder/Makefile index 586987fc1da0..4a9e597ba237 100644 --- a/misc/gkrellm-reminder/Makefile +++ b/misc/gkrellm-reminder/Makefile @@ -21,6 +21,9 @@ COMMENT= GKrellM plugin that reminds you of important events BUILD_DEPENDS= ${X11BASE}/include/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm +# gkrellm2 version with same name +NO_LATEST_LINK= yes + PLIST_FILES= libexec/gkrellm/plugins/reminder.so USE_X_PREFIX= yes USE_GNOME= imlib |