diff options
author | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
---|---|---|
committer | dinoex <dinoex@FreeBSD.org> | 2009-07-05 18:37:52 +0800 |
commit | 0d6e1ea2a9a584bbd24819daa29397e8231ef5c6 (patch) | |
tree | 8cf4e036960e13ed6996eeb5d1d08542225b0b87 /net | |
parent | 80edb4805655c2b90b4e8a155fcf64789bc90e39 (diff) | |
download | freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.gz freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.tar.zst freebsd-ports-gnome-0d6e1ea2a9a584bbd24819daa29397e8231ef5c6.zip |
- cleanup ADDITIONAL_LIB_DIRS
Diffstat (limited to 'net')
-rw-r--r-- | net/tryst/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/tryst/Makefile b/net/tryst/Makefile index e005de415564..5f67b833d413 100644 --- a/net/tryst/Makefile +++ b/net/tryst/Makefile @@ -27,7 +27,6 @@ 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/ |