aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authorvs <vs@FreeBSD.org>2004-08-10 14:31:08 +0800
committervs <vs@FreeBSD.org>2004-08-10 14:31:08 +0800
commitac43efc5d73b89ec581d26f13e43ffca6b0e9775 (patch)
tree9d07772e375ee1fe5b88a793fa730e549552eb0b /sysutils
parentb7a43f29b4330e0bc160017fa1fa6cc6cfafc53b (diff)
downloadfreebsd-ports-gnome-ac43efc5d73b89ec581d26f13e43ffca6b0e9775.tar.gz
freebsd-ports-gnome-ac43efc5d73b89ec581d26f13e43ffca6b0e9775.tar.zst
freebsd-ports-gnome-ac43efc5d73b89ec581d26f13e43ffca6b0e9775.zip
Fix up last update: Pass LOCALBASE & PTHREAD_LIBS in MAKE_ENV
PR: ports/70177 Submitted by: Miguel Mendez (maintainer)
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/thefish/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysutils/thefish/Makefile b/sysutils/thefish/Makefile
index 44d3cdc5e27c..4595f7c2f83e 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