diff options
Diffstat (limited to 'lang/ccscript/Makefile')
-rw-r--r-- | lang/ccscript/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/ccscript/Makefile b/lang/ccscript/Makefile index 3db6de8..6e794f2 100644 --- a/lang/ccscript/Makefile +++ b/lang/ccscript/Makefile @@ -6,7 +6,7 @@ # PORTNAME= ccscript -PORTVERSION= 1.1.1 +PORTVERSION= 1.2.1 CATEGORIES= lang MASTER_SITES= ftp://www.voxilla.org/pub/ccscript/ @@ -19,7 +19,7 @@ USE_LIBTOOL= yes USE_AUTOCONF= yes INSTALLS_SHLIB= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include LDFLAGS=-L${LOCALBASE}/lib -lpthread" post-extract: @find ${WRKSRC} -name "Makefile.in" | xargs ${PERL} -pi -e \ |