diff options
author | vs <vs@FreeBSD.org> | 2004-12-01 19:01:18 +0800 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-12-01 19:01:18 +0800 |
commit | fa40a9ab37c87c39574f514f45d4f39487d45dc0 (patch) | |
tree | d2bf98d598b893f240ab67323971095a8d9fe9e0 /graphics | |
parent | c49cff08468298b8dafe715d1ebd000ddb77d298 (diff) | |
download | freebsd-ports-gnome-fa40a9ab37c87c39574f514f45d4f39487d45dc0.tar.gz freebsd-ports-gnome-fa40a9ab37c87c39574f514f45d4f39487d45dc0.tar.zst freebsd-ports-gnome-fa40a9ab37c87c39574f514f45d4f39487d45dc0.zip |
Add missing dependency on perl
PR: ports/74543
Submitted by: maintainer
Diffstat (limited to 'graphics')
-rw-r--r-- | graphics/bugle/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/bugle/Makefile b/graphics/bugle/Makefile index fde230468478..f197f7c2d807 100644 --- a/graphics/bugle/Makefile +++ b/graphics/bugle/Makefile @@ -19,6 +19,7 @@ MAN3= bugle.3 USE_GCC= 3.4 USE_GL= yes +USE_PERL5= yes GNU_CONFIGURE= yes CONFIGURE_TARGET=--build=${MACHINE_ARCH}-portbld-freebsd${OSREL} CONFIGURE_ENV= CPPFLAGS="-I${X11BASE}/include" \ |