diff options
Diffstat (limited to 'databases/yasql/Makefile')
-rw-r--r-- | databases/yasql/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/yasql/Makefile b/databases/yasql/Makefile index 2fee81455447..42f1bcbb082f 100644 --- a/databases/yasql/Makefile +++ b/databases/yasql/Makefile @@ -16,7 +16,7 @@ COMMENT= Yet Another SQL*Plus Replacement BUILD_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/DBD/Oracle.pm:${PORTSDIR}/databases/p5-DBD-Oracle \ ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu -RUN_DEPENDS= ${BUILD_DEPENDS} +RUN_DEPENDS:= ${BUILD_DEPENDS} LICENSE= GPLv2 |