summaryrefslogtreecommitdiff
path: root/x11/workrave/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-05 19:57:16 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2014-06-05 19:57:16 +0000
commit47996e70a570a1c3a26fb1ea9ac6bf355361477b (patch)
tree89883891e3eff11a7104332792fdf8916bf3d637 /x11/workrave/Makefile
parent- Drop .la files, no dependees require them (diff)
- Fix build on 10.x+
- Fix and sort plist - Use new LIB_DEPENDS syntax - Whitespace nits MFH: 2014Q2
Notes
Notes: svn path=/head/; revision=356693
Diffstat (limited to 'x11/workrave/Makefile')
-rw-r--r--x11/workrave/Makefile18
1 files changed, 9 insertions, 9 deletions
diff --git a/x11/workrave/Makefile b/x11/workrave/Makefile
index 5a98243a9420..ef40659c9e82 100644
--- a/x11/workrave/Makefile
+++ b/x11/workrave/Makefile
@@ -16,11 +16,11 @@ OPTIONS_DEFINE= GNOME NETWORK NLS
NETWORK_DESC= Build with network support
INSTALLS_ICONS= yes
-DESKTOP_ENTRIES= "Workrave" "RSI prevention tool" \
- "${DATADIR}/images/workrave-icon-small.png" \
- "workrave" \
- "Utility;" \
- false
+DESKTOP_ENTRIES="Workrave" "RSI prevention tool" \
+ "${DATADIR}/images/workrave-icon-small.png" \
+ "workrave" \
+ "Utility;" \
+ false
USE_XORG= x11 xmu recordproto xtst xext
USES= pathfix pkgconfig gmake
@@ -32,20 +32,20 @@ LDFLAGS+= -L${LOCALBASE}/lib
CONFIGURE_ARGS= --enable-gconf --disable-pulse
.include <bsd.port.options.mk>
-LIB_DEPENDS+= gdome.8:${PORTSDIR}/textproc/gdome2
+LIB_DEPENDS+= libgdome.so:${PORTSDIR}/textproc/gdome2
.if ${PORT_OPTIONS:MGNOME}
-LIB_DEPENDS+= gnomeuimm-2.6.1:${PORTSDIR}/x11-toolkits/libgnomeuimm26
+LIB_DEPENDS+= libgnomeuimm-2.6.so:${PORTSDIR}/x11-toolkits/libgnomeuimm26
USE_GNOME+= gnomepanel
PLIST_SUB+= GNOME=""
.else
-LIB_DEPENDS+= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24
+LIB_DEPENDS+= libgtkmm-2.4.so:${PORTSDIR}/x11-toolkits/gtkmm24
CONFIGURE_ARGS+=--disable-gnome
PLIST_SUB+= GNOME="@comment "
.endif
.if ${PORT_OPTIONS:MNETWORK}
-LIB_DEPENDS+= gnet-2.0.0:${PORTSDIR}/net/gnet2
+LIB_DEPENDS+= libgnet-2.0.so:${PORTSDIR}/net/gnet2
.else
CONFIGURE_ARGS+=--disable-distribution
.endif