diff options
author | marino <marino@FreeBSD.org> | 2014-10-03 15:27:08 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2014-10-03 15:27:08 +0800 |
commit | b8e520691e01e15b4a02f2a000e6752a0557f427 (patch) | |
tree | f6e3292bbd96d2f79ce7fc1a98383670af99550f /games/gbrainy | |
parent | 49970e608ef1da87fd89bf79e9d9dfc4b917afc7 (diff) | |
download | freebsd-ports-gnome-b8e520691e01e15b4a02f2a000e6752a0557f427.tar.gz freebsd-ports-gnome-b8e520691e01e15b4a02f2a000e6752a0557f427.tar.zst freebsd-ports-gnome-b8e520691e01e15b4a02f2a000e6752a0557f427.zip |
games/gbrainy: Fix build by requiring gnome-doc-utils
I think the removal of gnome-panel by one of the dependencies could
have exposed the lack of USE_gnome=gnomedocutils here.
Diffstat (limited to 'games/gbrainy')
-rw-r--r-- | games/gbrainy/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/gbrainy/Makefile b/games/gbrainy/Makefile index c72932c982b2..b99e3f3521df 100644 --- a/games/gbrainy/Makefile +++ b/games/gbrainy/Makefile @@ -16,7 +16,7 @@ BUILD_DEPENDS= mautil:${PORTSDIR}/devel/mono-addins \ ${LOCALBASE}/bin/bash:${PORTSDIR}/shells/bash RUN_DEPENDS:= ${BUILD_DEPENDS} -USE_GNOME= gtksharp20 gnomesharp20 +USE_GNOME= gtksharp20 gnomesharp20 gnomedocutils USES= gettext gmake mono pathfix pkgconfig \ shebangfix SHEBANG_FILES= src/Clients/Classical/gbrainy.in |