diff options
author | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 04:38:26 +0000 |
---|---|---|
committer | Alejandro Pulver <alepulver@FreeBSD.org> | 2007-02-09 04:38:26 +0000 |
commit | d23d982a4803a907adcc5e61838c3eb7fee33d61 (patch) | |
tree | 38f00aa066772baeba1d90bf2063319da10e51b4 /lang/mpd/Makefile | |
parent | - Fix building when security/openssl is installed. (diff) |
- Add NO_LATEST_LINK to avoid it being the same as in net/mpd.
Notes
Notes:
svn path=/head/; revision=184662
Diffstat (limited to 'lang/mpd/Makefile')
-rw-r--r-- | lang/mpd/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lang/mpd/Makefile b/lang/mpd/Makefile index 69deb8ddd96b..e92f5ab23c12 100644 --- a/lang/mpd/Makefile +++ b/lang/mpd/Makefile @@ -19,6 +19,9 @@ COMMENT= A concurrent programming language ONLY_FOR_ARCHS= alpha i386 ONLY_FOR_ARCHS_REASON= uses assembly code for the target machine +# net/mpd +NO_LATEST_LINK= yes + USE_GMAKE= yes OPTIONS= X11 "Enable X11 support" on |