diff options
author | jkim <jkim@FreeBSD.org> | 2017-07-29 05:45:20 +0800 |
---|---|---|
committer | Koop Mast <kwm@rainbow-runner.nl> | 2018-02-04 05:15:47 +0800 |
commit | 8fc3a5fc64cbbca3bb8c5dd211de5bade78e04eb (patch) | |
tree | 2ec96659d43a1549684f744127e23c067a8a51f1 /audio | |
parent | 9691a2b40199db04bd68eb53c585b2964b2ca463 (diff) | |
download | freebsd-ports-gnome-8fc3a5fc64cbbca3bb8c5dd211de5bade78e04eb.tar.gz freebsd-ports-gnome-8fc3a5fc64cbbca3bb8c5dd211de5bade78e04eb.tar.zst freebsd-ports-gnome-8fc3a5fc64cbbca3bb8c5dd211de5bade78e04eb.zip |
Set MAKEINFO to the full path of makeinfo when USES=makeinfo is set.
PR: 221027
Reviewed by: mat
Approved by: portmgr (antoine)
Diffstat (limited to 'audio')
-rw-r--r-- | audio/glame/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/glame/Makefile b/audio/glame/Makefile index 24672fcc76d1..47c211286254 100644 --- a/audio/glame/Makefile +++ b/audio/glame/Makefile @@ -18,7 +18,7 @@ LIB_DEPENDS= libmp3lame.so:audio/lame \ libguile.so:lang/guile GNU_CONFIGURE= yes -CONFIGURE_ENV= MAKEINFO="makeinfo --no-split" +CONFIGURE_ENV= MAKEINFO="${MAKEINFO} --no-split" USES= gettext gmake pathfix pkgconfig libtool makeinfo USE_GNOME= gnomeprefix libgnomeui USE_XORG= xbitmaps x11 |