diff options
-rw-r--r-- | editors/flim113-emacs20/Makefile | 1 | ||||
-rw-r--r-- | editors/flim113/Makefile | 2 |
2 files changed, 3 insertions, 0 deletions
diff --git a/editors/flim113-emacs20/Makefile b/editors/flim113-emacs20/Makefile index 23383c336c90..9864fa05551b 100644 --- a/editors/flim113-emacs20/Makefile +++ b/editors/flim113-emacs20/Makefile @@ -11,6 +11,7 @@ COMMENT= FLIM, message representation or encoding emacs lisp library for emacs20 # This is a slave port. PORTCLASS= slave +NO_LATEST_LINK= yes MASTERDIR= ${.CURDIR}/../../editors/flim113 # emacs port setup diff --git a/editors/flim113/Makefile b/editors/flim113/Makefile index 297661a5afb6..4a923f99de96 100644 --- a/editors/flim113/Makefile +++ b/editors/flim113/Makefile @@ -21,6 +21,8 @@ COMMENT?= FLIM, message representation or encoding emacs lisp library for emacs2 PORTCLASS?= master +NO_LATEST_LINK= yes + # distfile version FLIM_TRUNK= 1.13 FLIM_VER= 1.13.2 |