diff options
author | alepulver <alepulver@FreeBSD.org> | 2007-02-09 12:38:26 +0800 |
---|---|---|
committer | alepulver <alepulver@FreeBSD.org> | 2007-02-09 12:38:26 +0800 |
commit | fc124d4a66989ff91dfc750a59f51d0bb8efeceb (patch) | |
tree | 5da96e67d9f2783fed8c9d75d9124dbf1a65d9b1 /lang/mpd | |
parent | aa09df2f6921592c1986203df5aadaa423d9ad21 (diff) | |
download | freebsd-ports-gnome-fc124d4a66989ff91dfc750a59f51d0bb8efeceb.tar.gz freebsd-ports-gnome-fc124d4a66989ff91dfc750a59f51d0bb8efeceb.tar.zst freebsd-ports-gnome-fc124d4a66989ff91dfc750a59f51d0bb8efeceb.zip |
- Add NO_LATEST_LINK to avoid it being the same as in net/mpd.
Diffstat (limited to 'lang/mpd')
-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 |