diff options
author | pav <pav@FreeBSD.org> | 2011-10-30 05:57:15 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-10-30 05:57:15 +0800 |
commit | 0a733d6cab1226f7b04054c4544a66d22b35ebff (patch) | |
tree | b53b82a172f01f6dd1d4c6cb71e2841ee0cad797 | |
parent | b4c96a0dc5edc76aef06c5b385c41dd85a174722 (diff) | |
download | freebsd-ports-gnome-0a733d6cab1226f7b04054c4544a66d22b35ebff.tar.gz freebsd-ports-gnome-0a733d6cab1226f7b04054c4544a66d22b35ebff.tar.zst freebsd-ports-gnome-0a733d6cab1226f7b04054c4544a66d22b35ebff.zip |
- Mark BROKEN: does not compile
../addons/src/addons.c: In function 'plugin_set_info':
../addons/src/addons.c:44: error: 'LOCALEDIR' undeclared (first use in this function)
Reported by: pointyhat
-rw-r--r-- | devel/geany-plugins/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/geany-plugins/Makefile b/devel/geany-plugins/Makefile index 3b6eb8546796..756d4f737168 100644 --- a/devel/geany-plugins/Makefile +++ b/devel/geany-plugins/Makefile @@ -16,6 +16,8 @@ COMMENT= Plugins for lightweight editor - geany BUILD_DEPENDS= geany:${PORTSDIR}/devel/geany RUN_DEPENDS= geany:${PORTSDIR}/devel/geany +BROKEN= does not compile + USE_GMAKE= yes USE_GNOME= gtk20 USE_BZIP2= yes |