diff options
Diffstat (limited to 'www/nostromo/Makefile')
-rw-r--r-- | www/nostromo/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/www/nostromo/Makefile b/www/nostromo/Makefile index aa3979cd1945..0e32d7ae5f7d 100644 --- a/www/nostromo/Makefile +++ b/www/nostromo/Makefile @@ -15,9 +15,8 @@ NOSTROMO_DIR?= nostromo NOSTROMO_LOGDIR?= ${NOSTROMO_DIR}/logs NOSTROMO_LOGDIR_PERMS?= 0775 -USE_OPENSSL= yes USE_RC_SUBR= nostromo -USES= uidfix +USES= uidfix ssl MAKE_ENV?= MAKEOBJDIR=. NOSTROMO_DIR=${NOSTROMO_DIR} MANDIR=${PREFIX}/man/man PLIST_SUB+= NOSTROMODIR="${NOSTROMO_DIR}" NOSTROMOLOGDIR="${NOSTROMO_LOGDIR}" |