diff options
author | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
---|---|---|
committer | Dirk Meyer <dinoex@FreeBSD.org> | 2007-01-13 10:55:37 +0000 |
commit | a2990535603a807b66276e23c684167b1776fde0 (patch) | |
tree | 93188b78aed8b1ba643dc1c99524dafaa750cd2f /graphics/fortytwo | |
parent | b0e78fd8722117f12f17f4349fde377d309e89b7 (diff) |
Notes
Diffstat (limited to 'graphics/fortytwo')
-rw-r--r-- | graphics/fortytwo/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/graphics/fortytwo/Makefile b/graphics/fortytwo/Makefile index 21c502057ff1..71caca238d23 100644 --- a/graphics/fortytwo/Makefile +++ b/graphics/fortytwo/Makefile @@ -24,7 +24,7 @@ USE_GNUSTEP_INSTALL= yes USE_GNUSTEP_LOCAL_LIBS+= Encore:${ENCORE_PORT} USE_GNUSTEP_LOCAL_LIBS+= BDB:${FORTYTWO_BDB_PORT} DEFAULT_LIBVERSION= 0.1 -USE_GNUSTEP_LDCONFIG= ${LOCALLIBDIR} +USE_GNUSTEP_LDCONFIG= ${GNUSTEP_LOCAL_LIBRARIES} USE_BDB= 43 WRKSRC= ${WRKDIR}/FT-${PORTVERSION} |