diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2006-12-13 15:28:17 +0800 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2006-12-13 15:28:17 +0800 |
commit | 897e51a3574e815c0f389e083a140398e557da14 (patch) | |
tree | b53ff32bee6c9e5b73946e4984510e43071fc9a1 | |
parent | 00d3cddf0d670e786fc5d11b048e4a45573c4076 (diff) | |
download | freebsd-ports-gnome-897e51a3574e815c0f389e083a140398e557da14.tar.gz freebsd-ports-gnome-897e51a3574e815c0f389e083a140398e557da14.tar.zst freebsd-ports-gnome-897e51a3574e815c0f389e083a140398e557da14.zip |
Add another missing dependency.
-rw-r--r-- | audio/raop_play/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/raop_play/Makefile b/audio/raop_play/Makefile index 2c20e11b5eaf..cb03a811a4c1 100644 --- a/audio/raop_play/Makefile +++ b/audio/raop_play/Makefile @@ -25,6 +25,7 @@ RUN_DEPENDS= mpg321:${PORTSDIR}/audio/mpg321 \ GNU_CONFIGURE= yes CONFIGURE_ENV= LDFLAGS="-L${X11BASE}/lib -L${LOCALBASE}/lib" USE_GMAKE= yes +USE_GNOME= glib20 pre-build: ${CP} ${FILESDIR}/getline.c ${FILESDIR}/getline.h ${WRKSRC}/rendezvous/ |