summaryrefslogtreecommitdiff
path: root/audio/gigedit
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 06:39:14 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2013-07-11 06:39:14 +0000
commit18dbe4987a55082a41336f41208788cd72e3b81d (patch)
tree8ac9cdd9abc3ce07d987b41f9fba182247e67552 /audio/gigedit
parentUse USES=display:build instead of custom implementation (diff)
Mark job unsafe
While here: - Trim headers - Convert to USES - Remove code for unsupported version
Notes
Notes: svn path=/head/; revision=322749
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>