diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2004-12-15 22:56:46 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2004-12-15 22:56:46 +0000 |
commit | a6e5919602f4da2e1e3ba3ced2e8b5f04e080e81 (patch) | |
tree | 21b76eaaadac94815905e07732467863abb5b68e /sysutils | |
parent | ports/75117: update port: net/boinc-client - Makefile/plist correction (diff) |
Utilize USE_GMAKE to fix build on 6.x
Approved by: maintainer
Notes
Notes:
svn path=/head/; revision=124166
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/dvd+rw-tools/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/dvd+rw-tools/Makefile b/sysutils/dvd+rw-tools/Makefile index 42bbf95e9ab6..a262d28a3781 100644 --- a/sysutils/dvd+rw-tools/Makefile +++ b/sysutils/dvd+rw-tools/Makefile @@ -16,6 +16,7 @@ COMMENT= DVD burning software RUN_DEPENDS= ${LOCALBASE}/bin/mkisofs:${PORTSDIR}/sysutils/cdrtools USE_REINPLACE= yes +USE_GMAKE= yes MAN1= growisofs.1 BIN_FILES= growisofs dvd+rw-format dvd+rw-booktype dvd+rw-mediainfo dvd-ram-control |