From ac43efc5d73b89ec581d26f13e43ffca6b0e9775 Mon Sep 17 00:00:00 2001 From: vs Date: Tue, 10 Aug 2004 06:31:08 +0000 Subject: Fix up last update: Pass LOCALBASE & PTHREAD_LIBS in MAKE_ENV PR: ports/70177 Submitted by: Miguel Mendez (maintainer) --- sysutils/thefish/Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'sysutils/thefish') diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile index 44d3cdc..4595f7c 100644 --- a/sysutils/thefish/Makefile +++ b/sysutils/thefish/Makefile @@ -7,12 +7,16 @@ PORTNAME= thefish PORTVERSION= 0.6 +PORTREVISION= 1 CATEGORIES= sysutils MASTER_SITES= http://www.energyhq.es.eu.org/files/ MAINTAINER= flynn@energyhq.es.eu.org COMMENT= Qt/Gtk+/ncurses rc.conf editor/management tool +MAKE_ENV= PTHREAD_LIBS="${PTHREAD_LIBS}" \ + LOCALBASE="${LOCALBASE}" + .if defined(WITHOUT_X11) || defined(NO_GUI) NO_GUI= yes MAKE_ENV+= NO_GUI=yes -- cgit v1.1