aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/simpleagenda
diff options
context:
space:
mode:
authordinoex <dinoex@FreeBSD.org>2009-06-05 02:36:22 +0800
committerdinoex <dinoex@FreeBSD.org>2009-06-05 02:36:22 +0800
commit32291a2a8bf4aa983a71b54a2d9a4b7033bc5708 (patch)
tree2cbda8efd2cc0cde4dd69c545946fd1b6cc51642 /deskutils/simpleagenda
parentc2cd84416134a554d44c2af59aba992ba6351446 (diff)
downloadfreebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.tar.gz
freebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.tar.zst
freebsd-ports-gnome-32291a2a8bf4aa983a71b54a2d9a4b7033bc5708.zip
- fix buildwith custom LOCALBASE
Reported by: QAT
Diffstat (limited to 'deskutils/simpleagenda')
-rw-r--r--deskutils/simpleagenda/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/deskutils/simpleagenda/Makefile b/deskutils/simpleagenda/Makefile
index 1f25837568b9..82595465d025 100644
--- a/deskutils/simpleagenda/Makefile
+++ b/deskutils/simpleagenda/Makefile
@@ -22,4 +22,6 @@ USE_GNUSTEP_BACK= yes
USE_GNUSTEP_BUILD= yes
USE_GNUSTEP_INSTALL= yes
+ADDITIONAL_LIB_DIRS+= -L${LOCALBASE}/lib
+
.include <bsd.port.mk>