diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-06-30 01:06:36 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-06-30 01:06:36 +0800 |
commit | 4962842a745763a055713f865796460752374f10 (patch) | |
tree | 8f7c32355c774ce9ee9d1f1ec51820675b5be4ff /net/tryst | |
parent | 425caa894b35db15fde94ece82ecbe1ac3760fd0 (diff) | |
download | freebsd-ports-gnome-4962842a745763a055713f865796460752374f10.tar.gz freebsd-ports-gnome-4962842a745763a055713f865796460752374f10.tar.zst freebsd-ports-gnome-4962842a745763a055713f865796460752374f10.zip |
- fix build with custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'net/tryst')
-rw-r--r-- | net/tryst/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/tryst/Makefile b/net/tryst/Makefile index 5f67b833d413..e005de415564 100644 --- a/net/tryst/Makefile +++ b/net/tryst/Makefile @@ -27,6 +27,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} WRKSRC= ${WRKDIR}/Tryst-108.pl6 +ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib .if defined(FETCH_MAKESUM) MASTER_SITES= http://gnustep.dyndns.org/Downloads/Frameworks/ |