diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-05-26 08:44:34 +0000 |
commit | 1e279835ef6ba3461c85f942997cf0423932931d (patch) | |
tree | 895a08167365c2b2a5b2fc16ab943f11deef341b /net-p2p | |
parent | 70aa826515fc2aa303c3f241335701add506bb58 (diff) | |
download | ports-1e279835ef6ba3461c85f942997cf0423932931d.tar.gz ports-1e279835ef6ba3461c85f942997cf0423932931d.zip |
Notes
Diffstat (limited to 'net-p2p')
-rw-r--r-- | net-p2p/retroshare/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/retroshare/Makefile b/net-p2p/retroshare/Makefile index c33a55c4135f..769abd9c611c 100644 --- a/net-p2p/retroshare/Makefile +++ b/net-p2p/retroshare/Makefile @@ -31,7 +31,7 @@ LIB_DEPENDS= libdbus-1.so:${PORTSDIR}/devel/dbus \ libxslt.so:${PORTSDIR}/textproc/libxslt RUN_DEPENDS= pinentry-qt4:${PORTSDIR}/security/pinentry-qt4 -USES= qmake zip +USES= dos2unix qmake zip USE_GNOME= glib20 USE_XORG= ice sm x11 xau xcb xdmcp xext xrender USE_QT4= corelib gui network xml script designer_build uic_build \ @@ -43,7 +43,7 @@ USE_LDCONFIG= yes DESKTOP_ENTRIES="${BINARY}" "${COMMENT}" "${DATADIR}/retrosharelogo1.png" \ "${BINARY}" "Network;FileTransfer;" true -USE_DOS2UNIX= retroshare-gui/src/retroshare-gui.pro +DOS2UNIX_FILES= retroshare-gui/src/retroshare-gui.pro post-patch: @${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|' \ |