diff options
author | tom <tom@FreeBSD.org> | 2002-10-21 08:50:13 +0800 |
---|---|---|
committer | tom <tom@FreeBSD.org> | 2002-10-21 08:50:13 +0800 |
commit | 3be6d9b136dca5297f1bcd4cfa04fbb283bf59cb (patch) | |
tree | 9ca51204dacce755a8673cfb405da4317d9abe8b /audio | |
parent | 78da280a22c298a213fa49b6607a16b3b3b6b55f (diff) | |
download | freebsd-ports-gnome-3be6d9b136dca5297f1bcd4cfa04fbb283bf59cb.tar.gz freebsd-ports-gnome-3be6d9b136dca5297f1bcd4cfa04fbb283bf59cb.tar.zst freebsd-ports-gnome-3be6d9b136dca5297f1bcd4cfa04fbb283bf59cb.zip |
Add gettext dependency to unbreak building this port
PR: ports/42499
Submitted by: MAINTAINER
Diffstat (limited to 'audio')
-rw-r--r-- | audio/cplay/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/cplay/Makefile b/audio/cplay/Makefile index 316cb0b7333c..855428641184 100644 --- a/audio/cplay/Makefile +++ b/audio/cplay/Makefile @@ -13,7 +13,7 @@ MASTER_SITES= http://www.tf.hut.fi/~flu/cplay/ MAINTAINER= j.kossen@home.nl -BROKEN= "Does not build" +BUILD_DEPENDS= gettext:${PORTSDIR}/devel/gettext USE_GMAKE= yes USE_PYTHON= yes |