diff options
author | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
---|---|---|
committer | Eitan Adler <eadler@FreeBSD.org> | 2013-03-28 03:28:30 +0000 |
commit | 1e5f12f776f18f64b73fa7b72b979e38239746a0 (patch) | |
tree | bb96e15bdbdb742febe5467ec9a1dffea805d91b /irc/lostirc | |
parent | 6f6e8eaa3a8af5e8893c5525a24287352db655e8 (diff) | |
download | ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.tar.gz ports-1e5f12f776f18f64b73fa7b72b979e38239746a0.zip |
Notes
Diffstat (limited to 'irc/lostirc')
-rw-r--r-- | irc/lostirc/Makefile | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/irc/lostirc/Makefile b/irc/lostirc/Makefile index 6264f39839fb..91429b5af872 100644 --- a/irc/lostirc/Makefile +++ b/irc/lostirc/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: irc/lostirc -# Date created: 01 Jul 2002 -# Whom: Juan Salaverria <rael@vectorstar.net> -# +# Created by: Juan Salaverria <rael@vectorstar.net> # $FreeBSD$ -# PORTNAME= lostirc PORTVERSION= 0.4.6 @@ -19,7 +15,8 @@ LICENSE_COMB= dual LIB_DEPENDS= gtkmm-2.4.1:${PORTSDIR}/x11-toolkits/gtkmm24 -USE_GNOME= gnomehack gnomeprefix +USES= pathfix +USE_GNOME= gnomeprefix GNU_CONFIGURE= yes CONFIGURE_ARGS= --disable-kde MAKE_JOBS_SAFE= yes |