diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-30 01:06:36 +0800 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2009-06-30 01:06:36 +0800 |
commit | 3dba0c91604c9e47128cbf0113f8b564f40bc5b0 (patch) | |
tree | a77b92df981784a2990bc14265091edbfc87d1be | |
parent | d2298b22a9d05dfaf22fe2a7426daf8535fe5e2f (diff) | |
download | freebsd-ports-gnome-3dba0c91604c9e47128cbf0113f8b564f40bc5b0.tar.gz freebsd-ports-gnome-3dba0c91604c9e47128cbf0113f8b564f40bc5b0.tar.zst freebsd-ports-gnome-3dba0c91604c9e47128cbf0113f8b564f40bc5b0.zip |
- fix build with custom LOCALBASE
Reported by: QAT
-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/ |