diff options
-rw-r--r-- | audio/gogglesmm/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/audio/gogglesmm/Makefile b/audio/gogglesmm/Makefile index fd41dd1d794f..9f216f4ce8a7 100644 --- a/audio/gogglesmm/Makefile +++ b/audio/gogglesmm/Makefile @@ -27,7 +27,7 @@ OPTIONS= DBUS "Add DBUS support" on \ GCRYPT "Use libgcrypt for md5 calculation" off HAS_CONFIGURE= yes -CONFIGURE_ARGS+= --mandir=${LOCALBASE}/man +CONFIGURE_ARGS+= --mandir=${LOCALBASE}/man --prefix=${PREFIX} MAKE_JOBS_SAFE= yes USE_GMAKE= yes USE_XZ= yes |