diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-04 18:45:32 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-04 18:45:32 +0000 |
commit | 001b77af4ee3763ae15aadff9020dcd5157f62fd (patch) | |
tree | e9d639b53b6d99c4afca972ec78c504f3b5e42ee /deskutils | |
parent | e7978f243a1cea791c247ab50451838be5ec5d66 (diff) | |
download | ports-001b77af4ee3763ae15aadff9020dcd5157f62fd.tar.gz ports-001b77af4ee3763ae15aadff9020dcd5157f62fd.zip |
Notes
Diffstat (limited to 'deskutils')
-rw-r--r-- | deskutils/etoile-systemconfig/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/deskutils/etoile-systemconfig/Makefile b/deskutils/etoile-systemconfig/Makefile index d919ee284881..b3b5e7c34fa7 100644 --- a/deskutils/etoile-systemconfig/Makefile +++ b/deskutils/etoile-systemconfig/Makefile @@ -26,5 +26,6 @@ USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} DEFAULT_LIBVERSION= 0.2 WRKSRC= ${WRKDIR}/Etoile-${PORTVERSION} USE_GNUSTEP_MAKE_DIRS+= Frameworks/SystemConfig +ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib .include <bsd.port.mk> |