diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-08 07:20:32 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-02-08 07:20:32 +0000 |
commit | 1fadd59664cd9915819bbd7ef103e966c7b7286e (patch) | |
tree | 9d7032b1420fab09d40d4f36fb6958486c7fb533 /x11/yakuake | |
parent | dc68dcfc906599c397d0b937fccda1e474d97001 (diff) |
Notes
Diffstat (limited to 'x11/yakuake')
-rw-r--r-- | x11/yakuake/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/x11/yakuake/Makefile b/x11/yakuake/Makefile index 5e91e661bfc6..93a6569f0dc3 100644 --- a/x11/yakuake/Makefile +++ b/x11/yakuake/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: yakuake -# Date created: 1st November, 2005 -# Whom: decept -# +# Created by: decept # $FreeBSD$ -# PORTNAME= yakuake PORTVERSION= 2.8.1 @@ -11,7 +7,7 @@ PORTREVISION= 8 CATEGORIES= x11 kde MASTER_SITES= BERLIOS -MAINTAINER= shanjobe@gmail.com +MAINTAINER= ports@FreeBSD.org COMMENT= Quake-style terminal emulator based on KDE's Konsole USE_AUTOTOOLS= libtool @@ -20,6 +16,4 @@ USE_KDEBASE_VER=3 USE_GMAKE= yes USE_GETTEXT= yes -LDFLAGS+= ${PTHREAD_LIBS} - .include <bsd.port.mk> |