diff options
author | oliver <oliver@FreeBSD.org> | 2007-02-03 16:18:44 +0800 |
---|---|---|
committer | oliver <oliver@FreeBSD.org> | 2007-02-03 16:18:44 +0800 |
commit | e9493ae138bd8ea5cbb04a198f3a428d96857ac9 (patch) | |
tree | c95a383c06bde4684cdc2a2b0ebfc05a0c6f0ce1 /x11 | |
parent | 6471b317f5d2416cee339d4247d022e90b6a5391 (diff) | |
download | freebsd-ports-gnome-e9493ae138bd8ea5cbb04a198f3a428d96857ac9.tar.gz freebsd-ports-gnome-e9493ae138bd8ea5cbb04a198f3a428d96857ac9.tar.zst freebsd-ports-gnome-e9493ae138bd8ea5cbb04a198f3a428d96857ac9.zip |
fix pkg-plist
Diffstat (limited to 'x11')
-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 |