diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2015-02-27 16:30:40 +0000 |
commit | 23bb6e4584356367b2f174f514b73779e9b11d15 (patch) | |
tree | 1916b6a6f94f55bc65a92e4e4d01b57e479ca1ef /comms/xlog | |
parent | ec79aa9005aa8160b325bc32766609acebdfe6e0 (diff) | |
download | ports-23bb6e4584356367b2f174f514b73779e9b11d15.tar.gz ports-23bb6e4584356367b2f174f514b73779e9b11d15.zip |
Notes
Diffstat (limited to 'comms/xlog')
-rw-r--r-- | comms/xlog/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/comms/xlog/Makefile b/comms/xlog/Makefile index 4f0b55baf660..078431aaad9b 100644 --- a/comms/xlog/Makefile +++ b/comms/xlog/Makefile @@ -26,7 +26,7 @@ OPTIONS_SUB= yes NLS_USES= gettext NLS_CONFIGURE_OFF= --disable-nls -DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}.xpm" \ - "${PORTNAME}" "Utility;" ${FALSE} +DESKTOP_ENTRIES="${PORTNAME}" "${COMMENT}" "${PORTNAME}" \ + "${PORTNAME}" "Utility;" false .include <bsd.port.mk> |