diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2005-10-26 02:52:50 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2005-10-26 02:52:50 +0800 |
commit | faf1b8292a41e6bfedb6fd73ac4b175af429d392 (patch) | |
tree | ad46f7c9c9d3a676c63226554c9d4799c3dcbfdf /misc/gtk-gopod/Makefile | |
parent | d715ffb83e7524478081323ca0c0a7b50ae51b0f (diff) | |
download | freebsd-ports-gnome-faf1b8292a41e6bfedb6fd73ac4b175af429d392.tar.gz freebsd-ports-gnome-faf1b8292a41e6bfedb6fd73ac4b175af429d392.tar.zst freebsd-ports-gnome-faf1b8292a41e6bfedb6fd73ac4b175af429d392.zip |
Also add RESTRICTED to slave port [1] and quote RESTRICTED message
Discussed with: linimon [1]
Diffstat (limited to 'misc/gtk-gopod/Makefile')
-rw-r--r-- | misc/gtk-gopod/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/misc/gtk-gopod/Makefile b/misc/gtk-gopod/Makefile index a79b167a2182..54ebd8b5c6f1 100644 --- a/misc/gtk-gopod/Makefile +++ b/misc/gtk-gopod/Makefile @@ -14,6 +14,8 @@ MASTERDIR= ${.CURDIR}/../gopod USE_X_PREFIX= yes USE_GNOME= gtk20 +RESTRICTED= "Unclear legal status in EU countries" + PLIST= ${.CURDIR}/pkg-plist EXTRA_PATCHES= ${FILESDIR}/extra-patch-main.c |