diff options
author | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 06:29:36 +0800 |
---|---|---|
committer | adamw <adamw@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-12-25 06:29:36 +0800 |
commit | b1239aa0e90c0b771189fcfa6b3b2f9d3c6c2d1e (patch) | |
tree | 5e5a4cd738a24cde0e9dceee6575f3a874a9b682 /x11 | |
parent | eb8a6032c9cd2f9cf321ceb19ecfc1871bb7b6e6 (diff) | |
download | marcuscom-ports-b1239aa0e90c0b771189fcfa6b3b2f9d3c6c2d1e.tar.gz marcuscom-ports-b1239aa0e90c0b771189fcfa6b3b2f9d3c6c2d1e.tar.zst marcuscom-ports-b1239aa0e90c0b771189fcfa6b3b2f9d3c6c2d1e.zip |
Fix marcus's overzealous slash removal ::P
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@5316 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'x11')
-rw-r--r-- | x11/libgnome/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/libgnome/Makefile b/x11/libgnome/Makefile index 95a5edaea..e72c484e1 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.67 2005/12/24 05:53:32 marcus Exp $ +# $MCom: ports/x11/libgnome/Makefile,v 1.68 2005/12/24 21:08:59 marcus Exp $ # PORTNAME= libgnome @@ -29,7 +29,7 @@ USE_GNOME= gnomeprefix gnomehack intlhack esound \ USE_BISON= yes INSTALLS_SHLIB= yes USE_AUTOTOOLS= libtool:15 -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LDFLAGS="-L${LOCALBASE}/lib" SUB_FILES= pkg-deinstall |