diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:05:18 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-03 17:05:18 +0000 |
commit | 49f4fffe6dec49b4aa84adedb9046913422010de (patch) | |
tree | 06add3a3473e2191af890be751fcdcee0d4f442e /deskutils | |
parent | aaf345841e977d8f0bf2f58baffc8117966d14d6 (diff) |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/conduit/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index 6874ca114462..f901394b4de6 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -25,9 +25,8 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:${PORTSDIR}/graphics/py-goo xdg-open:${PORTSDIR}/devel/xdg-utils USE_PYTHON= 2.5+ -USE_GMAKE= yes GNU_CONFIGURE= yes -USES= gettext +USES= gettext gmake pkgconfig INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include |