diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2014-01-28 00:16:57 +0000 |
commit | 864284545c6823762414172864b5be11fb77aaed (patch) | |
tree | abfd68b8753cc6bcc11cad568d57d71208cdb0a1 /graphics/fpc-hermes | |
parent | 177c914d3187ddcd6c6f541dd00936f2c1cf0b6c (diff) |
Notes
Diffstat (limited to 'graphics/fpc-hermes')
-rw-r--r-- | graphics/fpc-hermes/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/fpc-hermes/Makefile b/graphics/fpc-hermes/Makefile index d219343b2775..0d1fefc89f6a 100644 --- a/graphics/fpc-hermes/Makefile +++ b/graphics/fpc-hermes/Makefile @@ -12,11 +12,12 @@ USE_FPC= yes MASTERDIR= ${.CURDIR}/../../lang/fpc WRKUNITDIR= ${FPCSRCDIR}/packages/${PKGNAMESUFFIX:S/-//} -EXTRACTUNITDIR+= ${WRKUNITDIR} +EXTRACTUNITDIR= ${WRKUNITDIR} OPTIONS_DEFINE= HERMES HERMES_DESC= Install hermes graphics library OPTIONS_DEFAULT= HERMES -NO_STAGE= yes +HERMES_LIB_DEPENDS= libHermes.so:${PORTSDIR}/graphics/Hermes + .include "${MASTERDIR}/Makefile" |