Index: textproc/artha/Makefile =================================================================== --- textproc/artha/Makefile (revision 308262) +++ textproc/artha/Makefile (working copy) @@ -6,8 +6,7 @@ # PORTNAME= artha -PORTVERSION= 1.0.2 -PORTREVISION= 2 +PORTVERSION= 1.0.3 CATEGORIES= textproc MASTER_SITES= SF @@ -16,8 +15,8 @@ LICENSE= GPLv2 -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ - WN.2:${PORTSDIR}/textproc/wordnet +LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ + WN:${PORTSDIR}/textproc/wordnet MAN1= artha.1 @@ -31,12 +30,13 @@ LDFLAGS+= -L${LOCALBASE}/lib CPPFLAGS+= -I${LOCALBASE}/include -I${LOCALBASE}/include/WordNet -OPTIONS= NOTIFY "Popup word definition as notification" On +OPTIONS_DEFINE= NOTIFY +NOTIFY_DESC= Popup word definition as notification .include -.if defined(WITH_NOTIFY) -LIB_DEPENDS+= notify.4:${PORTSDIR}/devel/libnotify +.if ${PORT_OPTIONS:MNOTIFY} +LIB_DEPENDS+= notify:${PORTSDIR}/devel/libnotify .endif .include Index: textproc/artha/distinfo =================================================================== --- textproc/artha/distinfo (revision 308262) +++ textproc/artha/distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (artha-1.0.2.tar.gz) = ed35903d37cbf364998ea58900fac01a7cfbab9f0ddb9f2c5bc0acb228c7952c -SIZE (artha-1.0.2.tar.gz) = 408922 +SHA256 (artha-1.0.3.tar.gz) = e383d1e20147a7e278ab1c89e5b5fb5fd7f515f5ef57c0c0aae2449eebf50239 +SIZE (artha-1.0.3.tar.gz) = 441630