diff options
Diffstat (limited to 'math/octave-forge-sqlite')
-rw-r--r-- | math/octave-forge-sqlite/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/math/octave-forge-sqlite/Makefile b/math/octave-forge-sqlite/Makefile index ef2255ca2181..c75d744bd727 100644 --- a/math/octave-forge-sqlite/Makefile +++ b/math/octave-forge-sqlite/Makefile @@ -10,13 +10,14 @@ WWW= http://octave.sourceforge.net/ LICENSE= GPLv3 LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USES= autoreconf + USE_GITHUB= yes GH_ACCOUNT= gnu-octave GH_PROJECT= octave-sqlite LIB_DEPENDS+= libsqlite3.so:databases/sqlite3 -USES= autoreconf GNU_CONFIGURE= yes # OCTSRC is the name of the directory of the package. |