diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:51:39 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-04-23 10:51:39 +0000 |
commit | 26b2bed6ddc55f37f034dd7a23fbf90286abd170 (patch) | |
tree | b7027bcdc4a1913fd67b019c4731cb8dfa4167dc /irc/irssi-otr/Makefile | |
parent | 737bed69235f6656811e04b0cec49ae13226eb72 (diff) |
Notes
Diffstat (limited to 'irc/irssi-otr/Makefile')
-rw-r--r-- | irc/irssi-otr/Makefile | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 14274ec789b5..54945e4b7dd6 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: irssi-otr -# Date created: 2008-08-16 -# Whom: Ashish Shukla <wahjava@gmail.com> -# +# Created by: Ashish Shukla <wahjava@gmail.com> # $FreeBSD$ -# PORTNAME= irssi-otr PORTVERSION= 0.3 @@ -24,10 +20,9 @@ RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE -USES= cmake +USES= cmake pkgconfig USE_LDCONFIG= yes USE_GNOME= glib20 -USE_PKGCONFIG= build PLIST_FILES= lib/irssi/modules/libotr.so \ %%DOCSDIR%%/LICENSE %%DOCSDIR%%/README |