diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 03:11:17 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2017-04-21 03:11:17 +0000 |
commit | 64627c77584eb59d17677196adb9ea0a8ed4564c (patch) | |
tree | cabdb23838032771bb67ec15c6630ef8a2ce812c /deskutils/conduit | |
parent | 91418b50f2f989882ab6f0563c2b6829a430e214 (diff) |
Notes
Diffstat (limited to 'deskutils/conduit')
-rw-r--r-- | deskutils/conduit/Makefile | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/deskutils/conduit/Makefile b/deskutils/conduit/Makefile index ef9584668a0f..6a3560919b93 100644 --- a/deskutils/conduit/Makefile +++ b/deskutils/conduit/Makefile @@ -4,7 +4,7 @@ PORTNAME= conduit PORTVERSION= 0.3.17 -PORTREVISION= 8 +PORTREVISION= 9 CATEGORIES= deskutils MASTER_SITES= GNOME @@ -23,13 +23,16 @@ RUN_DEPENDS= ${PYTHON_SITELIBDIR}/goocanvasmodule.so:graphics/py-goocanvas \ xdg-open:devel/xdg-utils GNU_CONFIGURE= yes -USES= gettext gmake pathfix pkgconfig python:2 +USES= gettext gmake pathfix pkgconfig python:2 \ + shebangfix INSTALLS_OMF= yes INSTALLS_ICONS= yes CPPFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib USE_GNOME= intltool pygnome2 gnomeprefix gnomedocutils CONFIGURE_ARGS= --disable-nautilus-extension +SHEBANG_FILES= conduit/conduit.real \ + tools/conduit-client OPTIONS_DEFINE= EOG OPTIONS_DEFAULT=EOG |