diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:14:15 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 07:14:15 +0000 |
commit | 1e4689558e9212686c62051bd29943b99367943a (patch) | |
tree | 45086237042ed02ea3c39e08708e946fc3f4da18 /deskutils/growl-for-linux | |
parent | 816f539eb092cad9eccd93acee8dbccaa88299d6 (diff) | |
download | ports-1e4689558e9212686c62051bd29943b99367943a.tar.gz ports-1e4689558e9212686c62051bd29943b99367943a.zip |
Convert deskutils to USES=pkgconfig
Notes
Notes:
svn path=/head/; revision=316314
Diffstat (limited to 'deskutils/growl-for-linux')
-rw-r--r-- | deskutils/growl-for-linux/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/deskutils/growl-for-linux/Makefile b/deskutils/growl-for-linux/Makefile index 64a439b7bdb2..bcffc8d8c8d3 100644 --- a/deskutils/growl-for-linux/Makefile +++ b/deskutils/growl-for-linux/Makefile @@ -23,6 +23,8 @@ OPTIONS_DEFINE= LIBNOTIFY OPTIONS_DEFAULT= LIBNOTIFY LIBNOTIFY_DESC= Use notify-osd for libnotify display plugin +USES= pkgconfig + .include <bsd.port.options.mk> .if ${PORT_OPTIONS:MLIBNOTIFY} @@ -37,7 +39,6 @@ USE_GITHUB= yes USE_GNOME= desktopfileutils gtk20 USE_LDCONFIG= yes USE_OPENSSL= yes -USE_PKGCONFIG= build USE_SQLITE= 3 WITH_OPENSSL_PORT= yes |