diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-08 19:49:42 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2003-02-08 19:49:42 +0000 |
commit | d4ec01f2a5c6c58c87eb26a59d6bde8eff8de99c (patch) | |
tree | 9edbc7761082dd504fe1954e1415879040c1711d | |
parent | 646336bf63f244cc34e902a91974129ab62e24f5 (diff) | |
download | ports-d4ec01f2a5c6c58c87eb26a59d6bde8eff8de99c.tar.gz ports-d4ec01f2a5c6c58c87eb26a59d6bde8eff8de99c.zip |
Notes
-rw-r--r-- | net/gaim-snapshot/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/net/gaim-snapshot/Makefile b/net/gaim-snapshot/Makefile index 1c058c907a94..a70169dba6cb 100644 --- a/net/gaim-snapshot/Makefile +++ b/net/gaim-snapshot/Makefile @@ -25,8 +25,8 @@ USE_GNOME= gnomeprefix gnomehack WANT_GNOME= yes USE_PERL5= yes USE_LIBTOOL= yes -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LIBS="-L${LOCALBASE}/lib" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LIBS="-L${LOCALBASE}/lib -L${X11BASE}/lib" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} MAN1= gaim.1 |