diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-05 02:45:32 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-05 02:45:32 +0800 |
commit | 2b131cf3c24f2754ba33c7a3cbf7dad9b8f1793f (patch) | |
tree | d30b74d24f9b3566b1cfb91697867eb751da0b4b /deskutils | |
parent | 32291a2a8bf4aa983a71b54a2d9a4b7033bc5708 (diff) | |
download | freebsd-ports-gnome-2b131cf3c24f2754ba33c7a3cbf7dad9b8f1793f.tar.gz freebsd-ports-gnome-2b131cf3c24f2754ba33c7a3cbf7dad9b8f1793f.tar.zst freebsd-ports-gnome-2b131cf3c24f2754ba33c7a3cbf7dad9b8f1793f.zip |
- fix buildwith custom LOCALBASE
Reported by: QAT
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> |