diff options
author | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-09-18 16:00:44 +0800 |
commit | 8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115 (patch) | |
tree | 54cb5602f9483dc1bb1d525dd758d33f1a18191c /audio | |
parent | 4eda48e63a613025e895d92522ce970d4f921595 (diff) | |
download | freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.gz freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.tar.zst freebsd-ports-gnome-8f4f01ed3f58a052f1eb88b6a8c691c83e2fd115.zip |
Add an explicit dependency on pkgconf
Diffstat (limited to 'audio')
-rw-r--r-- | audio/terminatorx/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/terminatorx/Makefile b/audio/terminatorx/Makefile index 455900109785..80c67ef68888 100644 --- a/audio/terminatorx/Makefile +++ b/audio/terminatorx/Makefile @@ -27,7 +27,7 @@ MPG123_DESC= mpg123 support USE_BZIP2= yes USE_XORG= x11 xext xi xxf86dga ice sm -USES= gmake pathfix +USES= gmake pathfix pkgconfig USE_GNOME= gnomehier gtk20 libxml2 USE_AUTOTOOLS= aclocal autoheader automake autoconf ACLOCAL_ARGS= -I ${LOCALBASE}/share/aclocal |