diff options
author | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
---|---|---|
committer | bapt <bapt@FreeBSD.org> | 2013-07-11 14:39:14 +0800 |
commit | caba8f13920ba59c5ab0bc38e172f28b3818db6d (patch) | |
tree | 8ac9cdd9abc3ce07d987b41f9fba182247e67552 /audio/gigedit | |
parent | 0c3881a18539f867d366fa99c0b5e7aea8460cba (diff) | |
download | freebsd-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/Makefile | 4 |
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> |