diff options
author | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-03 08:18:44 +0000 |
---|---|---|
committer | Oliver Lehmann <oliver@FreeBSD.org> | 2007-02-03 08:18:44 +0000 |
commit | 03a77ac8ecc3ca9e15e1d386e51aa3b5b7e2b3de (patch) | |
tree | b706287498c365386248db9ad94e5b1929ff455a /x11/libexo | |
parent | c7b2661d415b81ba3a771dd1d842e4d74751b203 (diff) | |
download | ports-03a77ac8ecc3ca9e15e1d386e51aa3b5b7e2b3de.tar.gz ports-03a77ac8ecc3ca9e15e1d386e51aa3b5b7e2b3de.zip |
Notes
Diffstat (limited to 'x11/libexo')
-rw-r--r-- | x11/libexo/Makefile | 2 | ||||
-rw-r--r-- | x11/libexo/pkg-plist | 1 |
2 files changed, 3 insertions, 0 deletions
diff --git a/x11/libexo/Makefile b/x11/libexo/Makefile index 716193ea2b3c..702b8239f2a3 100644 --- a/x11/libexo/Makefile +++ b/x11/libexo/Makefile @@ -64,8 +64,10 @@ CONFIGURE_ARGS+=--disable-hal .if defined(WITH_NOTIFY) CONFIGURE_ARGS+=--enable-notifications LIB_DEPENDS+= notify.1:${PORTSDIR}/devel/libnotify +PLIST_SUB+= NOTIFY="" .else CONFIGURE_ARGS+=--disable-notifications +PLIST_SUB+= NOTIFY="@comment " .endif .if defined(WITH_PYTHON) diff --git a/x11/libexo/pkg-plist b/x11/libexo/pkg-plist index 5622763f768b..290e6e867a78 100644 --- a/x11/libexo/pkg-plist +++ b/x11/libexo/pkg-plist @@ -58,6 +58,7 @@ libdata/pkgconfig/exo-0.3.pc libdata/pkgconfig/exo-hal-0.3.pc libexec/exo-compose-mail-0.3 libexec/exo-helper-0.3 +%%NOTIFY%%libexec/exo-mount-notify-0.3 share/applications/exo-preferred-applications.desktop %%GTK_DOC%%share/gtk-doc/html/exo/ExoCellRendererEllipsizedText.html %%GTK_DOC%%share/gtk-doc/html/exo/ExoEllipsizedLabel.html |