From owner-svn-ports-all@FreeBSD.ORG Sat Sep 8 23:40:34 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 35C63106564A; Sat, 8 Sep 2012 23:40:34 +0000 (UTC) (envelope-from ehaupt@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1F41F8FC1C; Sat, 8 Sep 2012 23:40:34 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q88NeXRF071579; Sat, 8 Sep 2012 23:40:33 GMT (envelope-from ehaupt@svn.freebsd.org) Received: (from ehaupt@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q88NeXrf071577; Sat, 8 Sep 2012 23:40:33 GMT (envelope-from ehaupt@svn.freebsd.org) Message-Id: <201209082340.q88NeXrf071577@svn.freebsd.org> From: Emanuel Haupt Date: Sat, 8 Sep 2012 23:40:33 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r303939 - head/deskutils/xfce4-notifyd X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 08 Sep 2012 23:40:34 -0000 Author: ehaupt Date: Sat Sep 8 23:40:33 2012 New Revision: 303939 URL: http://svn.freebsd.org/changeset/ports/303939 Log: - Use OPTIONSng - Remove deprecated header information Modified: head/deskutils/xfce4-notifyd/Makefile Modified: head/deskutils/xfce4-notifyd/Makefile ============================================================================== --- head/deskutils/xfce4-notifyd/Makefile Sat Sep 8 23:06:10 2012 (r303938) +++ head/deskutils/xfce4-notifyd/Makefile Sat Sep 8 23:40:33 2012 (r303939) @@ -1,9 +1,4 @@ -# New ports collection makefile for: xfce4-notifyd -# Date created: 22 Oct 2009 -# Whom: Emanuel Haupt -# # $FreeBSD$ -# PORTNAME= xfce4-notifyd PORTVERSION= 0.2.2 @@ -18,7 +13,7 @@ COMMENT= Visually-appealing notification LICENSE= GPLv3 -LIB_DEPENDS= dbus-glib-1.2:${PORTSDIR}/devel/dbus-glib \ +LIB_DEPENDS= dbus-glib:${PORTSDIR}/devel/dbus-glib \ notify:${PORTSDIR}/devel/libnotify USE_AUTOTOOLS= libtool @@ -36,13 +31,14 @@ CONFIGURE_ARGS= --disable-debug CONFLICTS= notification-daemon-[0-9]* xfce4-notification-daemon-[0-9]* \ xfce4-notifyd-0.1* -OPTIONS= NLS "Enable Native Language Support" on - MAN1= xfce4-notifyd-config.1 -.include +OPTIONS_DEFINE= NLS +OPTIONS_DEFAULT=NLS + +.include -.if !defined(WITHOUT_NLS) +.if ${PORT_OPTIONS:MNLS} USE_GETTEXT= yes CONFIGURE_ARGS+=--enable-nls PLIST_SUB+= NLS="" @@ -54,4 +50,4 @@ PLIST_SUB+= NLS="@comment " post-install: @-update-desktop-database -.include +.include