diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2013-09-20 16:21:37 +0000 |
commit | cf104c570b6057a060aff137032968074d18b40d (patch) | |
tree | 31792f4e524fa4befbbeca4225fc96908b09c2da /deskutils/tuxcards | |
parent | 36117d709704f772dbc3d305cda6923741791598 (diff) |
Notes
Diffstat (limited to 'deskutils/tuxcards')
-rw-r--r-- | deskutils/tuxcards/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/deskutils/tuxcards/Makefile b/deskutils/tuxcards/Makefile index f3a12b93b946..2f166631596d 100644 --- a/deskutils/tuxcards/Makefile +++ b/deskutils/tuxcards/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: tuxcards -# Date created: 08 Jan 2002 -# Whom: Tilman Linneweh <arved@FreeBSD.org> -# +# Created by: Tilman Linneweh <arved@FreeBSD.org> # $FreeBSD$ -# PORTNAME= tuxcards PORTVERSION= 2.2.1 @@ -21,6 +17,7 @@ USE_QT4= gui xml qmake_build moc_build uic_build rcc_build MAKE_ENV= QTDIR="${QT_PREFIX}" PLIST_FILES= bin/tuxcards +NO_STAGE= yes .include <bsd.port.pre.mk> do-configure: |