diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2005-05-28 02:35:43 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2005-05-28 02:35:43 +0000 |
commit | d5e2b47a46aa3d2a28fb176cee29f96ebd06538d (patch) | |
tree | 4cdf8d234514cb19d03fc73e824d69d06c0f9231 /multimedia | |
parent | 2b27a70865a5dcece899709e58451049429e960e (diff) |
Notes
Diffstat (limited to 'multimedia')
-rw-r--r-- | multimedia/dvdstyler/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/multimedia/dvdstyler/Makefile b/multimedia/dvdstyler/Makefile index c3ae414a586f..557c0b5c13fe 100644 --- a/multimedia/dvdstyler/Makefile +++ b/multimedia/dvdstyler/Makefile @@ -32,7 +32,7 @@ USE_INC_LIBTOOL_VER=15 USE_GMAKE= yes CONFIGURE_ARGS= --with-wx-config=wxgtk2-2.6-config -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" PORTDOCS= AUTHORS COPYING INSTALL ChangeLog README |