diff options
author | stephen <stephen@FreeBSD.org> | 2016-01-20 04:43:35 +0800 |
---|---|---|
committer | stephen <stephen@FreeBSD.org> | 2016-01-20 04:43:35 +0800 |
commit | 7a5c56395b7b945948a0d489ef2fa5f138733950 (patch) | |
tree | d0694149524da0de709e21dd48311dac17a6432f | |
parent | ca0ff22cd32999c5eb15e8bdea203513793610b1 (diff) | |
download | freebsd-ports-gnome-7a5c56395b7b945948a0d489ef2fa5f138733950.tar.gz freebsd-ports-gnome-7a5c56395b7b945948a0d489ef2fa5f138733950.tar.zst freebsd-ports-gnome-7a5c56395b7b945948a0d489ef2fa5f138733950.zip |
- Put back uses=pkgconfig
-rw-r--r-- | math/octave-forge-video/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/math/octave-forge-video/Makefile b/math/octave-forge-video/Makefile index 5f1ef1c642cf..e2368b4f1020 100644 --- a/math/octave-forge-video/Makefile +++ b/math/octave-forge-video/Makefile @@ -11,6 +11,7 @@ COMMENT= Octave-forge package ${OCTAVE_PKGNAME} LICENSE= BSD2CLAUSE LICENSE_FILE= ${WRKDIR}/${OCTSRC}/COPYING +USES= pkgconfig GNU_CONFIGURE= yes CONFIGURE_ENV+= HOME=${WRKSRC} |