diff options
Diffstat (limited to 'math/orpie/Makefile')
-rw-r--r-- | math/orpie/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/math/orpie/Makefile b/math/orpie/Makefile index 92f63f80c61c..fa5704352f81 100644 --- a/math/orpie/Makefile +++ b/math/orpie/Makefile @@ -19,8 +19,8 @@ LIB_DEPENDS= gsl.16:${PORTSDIR}/math/gsl GNU_CONFIGURE= yes USE_GMAKE= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" +CPPFLAGS+= -I${LOCALBASE}/include +LDFLAGS+= -L${LOCALBASE}/lib PLIST_FILES= bin/orpie bin/orpie-curses-keys etc/orpierc |