diff options
author | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
---|---|---|
committer | Mathieu Arnold <mat@FreeBSD.org> | 2014-11-07 13:51:10 +0000 |
commit | d291ad32ca54429842a7a594342f33ff75d3eac8 (patch) | |
tree | 64a7b88cfefd6ac82e406551ff221ca21bbf2868 /audio/gramofile/Makefile | |
parent | f5fd2da69c27290667cdeb190255f12a9cf88442 (diff) | |
download | ports-d291ad32ca54429842a7a594342f33ff75d3eac8.tar.gz ports-d291ad32ca54429842a7a594342f33ff75d3eac8.zip |
Notes
Diffstat (limited to 'audio/gramofile/Makefile')
-rw-r--r-- | audio/gramofile/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gramofile/Makefile b/audio/gramofile/Makefile index fc6b456dff1f..085432fb752c 100644 --- a/audio/gramofile/Makefile +++ b/audio/gramofile/Makefile @@ -23,7 +23,7 @@ USE_CSTD= gnu89 MAKE_ARGS+= CC="${CC}" MAKE_ARGS+= CXX="${CXX}" -PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/mach/CORE +PERLCOREDIR= ${LOCALBASE}/lib/perl5/${PERL_VER}/${PERL_ARCH}/CORE MAKE_ARGS+= PERLCOREDIR=${PERLCOREDIR} post-patch: |