diff options
author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-07 12:27:18 +0000 |
---|---|---|
committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-07-07 12:27:18 +0000 |
commit | eefdcbfd7c7a0e4b1f29a085c8afc1f1da50f22d (patch) | |
tree | 9c74e272fa9918487d3d99532f7c46e6b231d26b /irc | |
parent | 1c0ba86c6b8add7395c00a196279bf230d6ccf8c (diff) | |
download | freebsd-ports-eefdcbfd7c7a0e4b1f29a085c8afc1f1da50f22d.zip |
Clean up some things
Reported by: portscan and common sense
Diffstat (limited to 'irc')
-rw-r--r-- | irc/smuxi/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/irc/smuxi/Makefile b/irc/smuxi/Makefile index b274cd1428d8..6460f6c837d9 100644 --- a/irc/smuxi/Makefile +++ b/irc/smuxi/Makefile @@ -32,7 +32,6 @@ OPTIONS_SUB= yes DBUS_DESC= Build with DBUS support GTKSPELL_DESC= Support spell checking NLS_DESC= Build with NLS support -NOTIFY_DESC= Build with Notification Support DBUS_BUILD_DEPENDS= ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-1.0.pc:devel/ndesk-dbus \ ${LOCALBASE}/libdata/pkgconfig/ndesk-dbus-glib-1.0.pc:devel/ndesk-dbus-glib |