diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 21:12:07 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2005-12-24 21:12:07 +0000 |
commit | bc20eb5d39c5800c5b5e504c4264b1ca81123483 (patch) | |
tree | 9d7cb61b4263c4bc2ed2a7e142d1af7c4b7077a3 /accessibility | |
parent | 90b695acb7cd072c81541e78986db8847362afc2 (diff) |
Notes
Diffstat (limited to 'accessibility')
-rw-r--r-- | accessibility/gnopernicus/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/accessibility/gnopernicus/Makefile b/accessibility/gnopernicus/Makefile index bea37d7f0b40..e91aa26cdf10 100644 --- a/accessibility/gnopernicus/Makefile +++ b/accessibility/gnopernicus/Makefile @@ -25,8 +25,8 @@ USE_GMAKE= yes USE_REINPLACE= yes USE_GNOME= gnomeprefix gnomehack intlhack libgnomeui atspi gnomespeech USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \ - LDFLAGS="-L${LOCALBASE}/lib ${PTHREAD_LIBS}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" MAKE_ENV= SED="${SED}" GCONF_SCHEMAS= brlmonitor.schemas gnopernicus.schemas remote.schemas |