aboutsummaryrefslogtreecommitdiffstats
path: root/audio/gigedit
diff options
context:
space:
mode:
authorbapt <bapt@FreeBSD.org>2013-07-11 14:39:14 +0800
committerbapt <bapt@FreeBSD.org>2013-07-11 14:39:14 +0800
commitcaba8f13920ba59c5ab0bc38e172f28b3818db6d (patch)
tree8ac9cdd9abc3ce07d987b41f9fba182247e67552 /audio/gigedit
parent0c3881a18539f867d366fa99c0b5e7aea8460cba (diff)
downloadfreebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.gz
freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.tar.zst
freebsd-ports-gnome-caba8f13920ba59c5ab0bc38e172f28b3818db6d.zip
Mark job unsafe
While here: - Trim headers - Convert to USES - Remove code for unsupported version
Diffstat (limited to 'audio/gigedit')
-rw-r--r--audio/gigedit/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/audio/gigedit/Makefile b/audio/gigedit/Makefile
index 8eb639c12a7c..f6c66a9f6b98 100644
--- a/audio/gigedit/Makefile
+++ b/audio/gigedit/Makefile
@@ -19,9 +19,9 @@ BUILD_DEPENDS:= ${RUN_DEPENDS}
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
-USE_GMAKE= yes
-USES= gettext
+USES= gettext gmake
USE_LDCONFIG= yes
USE_GNOME= intltool
+MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>