diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-08-01 15:37:54 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-08-01 15:37:54 +0800 |
commit | 1b06721a2894bfd40f4a66f3e7773fe33f452a19 (patch) | |
tree | 2ce872b8f93705b9ddfa82813bb9e63e6771c65a /textproc | |
parent | 839e40a8819149103e5e169377e1ebe391fb1210 (diff) | |
download | freebsd-ports-gnome-1b06721a2894bfd40f4a66f3e7773fe33f452a19.tar.gz freebsd-ports-gnome-1b06721a2894bfd40f4a66f3e7773fe33f452a19.tar.zst freebsd-ports-gnome-1b06721a2894bfd40f4a66f3e7773fe33f452a19.zip |
add ruby dependency
PR: 41221
Submitted by: chris@aims.com.au
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/glark/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/textproc/glark/Makefile b/textproc/glark/Makefile index 04de3a3fffca..064c7f7fc00e 100644 --- a/textproc/glark/Makefile +++ b/textproc/glark/Makefile @@ -14,6 +14,7 @@ MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= ports@FreeBSD.org +USE_RUBY= yes NO_BUILD= yes MAN1= glark.1 |