diff options
author | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
---|---|---|
committer | Andrej Zverev <az@FreeBSD.org> | 2013-09-16 06:30:31 +0000 |
commit | 33915fc265aa96a6f8ef355401b4fd1d15adb450 (patch) | |
tree | ea00c8fab1c21df4de1457b459ebc89c6f9f1720 /net/freedbd | |
parent | 6ab409bf8da652f1e7e058e7c0bafef722181c84 (diff) |
Notes
Diffstat (limited to 'net/freedbd')
-rw-r--r-- | net/freedbd/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net/freedbd/Makefile b/net/freedbd/Makefile index ac1cca896268..e6e246b48b83 100644 --- a/net/freedbd/Makefile +++ b/net/freedbd/Makefile @@ -9,9 +9,10 @@ MASTER_SITES= http://rink.nu/downloads/projects/ MAINTAINER= rink@FreeBSD.org COMMENT= A lightweight daemon for answering FreeDB queries +USES= perl5 +USE_PERL5= run GNU_CONFIGURE= yes WANT_GNOME= yes -USE_PERL5_RUN= yes PLIST_FILES= bin/freedbd bin/freedbd-txt2xml %%EXAMPLESDIR%%/sample_db.txt PLIST_DIRS= %%EXAMPLESDIR%% |