diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 05:08:59 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 05:08:59 +0800 |
commit | eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6 (patch) | |
tree | c5da3e4994eedaf60327ea74736c9efe71663b11 /x11 | |
parent | 0f6dad79d0170bb506942444ad305032558ed9b5 (diff) | |
download | marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar.gz marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar.bz2 marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar.lz marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar.xz marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.tar.zst marcuscom-ports-eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6.zip |
Backout previous commit now that libtool has been fixed.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5315 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 513bdf0ef..95a5edaea 100644 --- a/x11/libgnome/Makefile +++ b/x11/libgnome/Makefile @@ -3,7 +3,7 @@ # Whom: Yukihiro Nakai <Nakai@technologist.com> # # $FreeBSD$ -# $MCom: ports/x11/libgnome/Makefile,v 1.66 2005/12/14 17:52:08 ahze Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.67 2005/12/24 05:53:32 marcus Exp $ # PORTNAME= libgnome @@ -29,8 +29,8 @@ USE_GNOME= gnomeprefix gnomehack intlhack esound \ USE_BISON= yes INSTALLS_SHLIB= yes 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" SUB_FILES= pkg-deinstall |