diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 22:54:03 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2012-10-06 22:54:03 +0000 |
commit | dda11fb8cf91221a894c760fe3cadf5c4f677cc0 (patch) | |
tree | 7513f04964eb4d836d21e75716625f213b038119 /x11 | |
parent | cef354bfdc98c6cec646a7a3642edc700c614fbf (diff) | |
download | ports-dda11fb8cf91221a894c760fe3cadf5c4f677cc0.tar.gz ports-dda11fb8cf91221a894c760fe3cadf5c4f677cc0.zip |
Notes
Diffstat (limited to 'x11')
-rw-r--r-- | x11/xfce4-clipman-plugin/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/x11/xfce4-clipman-plugin/Makefile b/x11/xfce4-clipman-plugin/Makefile index 4f0f170c6fc7..edd5d85b1dc0 100644 --- a/x11/xfce4-clipman-plugin/Makefile +++ b/x11/xfce4-clipman-plugin/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: xfce4-clipman-plugin -# Date created: 23 November 2003 -# Whom: Matt Lancereau <matt@rimasec.net> -# +# Created by: Matt Lancereau <matt@rimasec.net> # $FreeBSD$ -# PORTNAME= xfce4-clipman-plugin PORTVERSION= 1.2.3 @@ -19,7 +15,8 @@ COMMENT= Xfce 4 clipboard module for xfce4-panel LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING -OPTIONS= UNIQUE "Enable Unique (single instance) support" on +OPTIONS_DEFINE= UNIQUE +UNIQUE_DESC= Enable Unique (single instance) support GNU_CONFIGURE= yes USE_BZIP2= yes @@ -33,7 +30,7 @@ INSTALLS_ICONS= yes .include <bsd.port.pre.mk> -.if !defined(WITHOUT_UNIQUE) +.if ${PORT_OPTIONS:MUNIQUE} LIB_DEPENDS+= unique-1:${PORTSDIR}/x11-toolkits/unique CONFIGURE_ARGS+= --enable-unique .else |