diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
commit | 0d6e1ea2a9a584bbd24819daa29397e8231ef5c6 (patch) | |
tree | 8cf4e036960e13ed6996eeb5d1d08542225b0b87 /x11-themes | |
parent | 80edb4805655c2b90b4e8a155fcf64789bc90e39 (diff) | |
download | freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.gz freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.zst freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.zip |
- cleanup ADDITIONAL_LIB_DIRS
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/etoile-azbackground/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-themes/etoile-azbackground/Makefile b/x11-themes/etoile-azbackground/Makefile index 7bae359eed75..3d12bc2243a3 100644 --- a/x11-themes/etoile-azbackground/Makefile +++ b/x11-themes/etoile-azbackground/Makefile @@ -25,8 +25,8 @@ USE_GNUSTEP_SYSTEM_LIBS+= XWindowServerKit:${XWINDOWSERVERKIT_PORT} WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Services/Private/AZBackground -ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include -ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib +#ADDITIONAL_INCLUDE_DIRS+= -I${LOCALBASE}/include +#ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib XWINDOWSERVERKIT_PORT?= x11/etoile-xwindowserverkit |