diff options
author | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
---|---|---|
committer | Jose Alonso Cardenas Marquez <acm@FreeBSD.org> | 2018-04-05 04:52:36 +0000 |
commit | 5ab881a5d9e41945e066f0332b891e12e66d0841 (patch) | |
tree | 1407eca99be95ddb9e55faff3e70910850182df9 /graphics/fpc-graph | |
parent | b223666a533d6e9084dba015d034ffcf7b72a3b3 (diff) |
Notes
Diffstat (limited to 'graphics/fpc-graph')
-rw-r--r-- | graphics/fpc-graph/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/graphics/fpc-graph/Makefile b/graphics/fpc-graph/Makefile index 730c0a92d9da..0dfcdc20897b 100644 --- a/graphics/fpc-graph/Makefile +++ b/graphics/fpc-graph/Makefile @@ -6,6 +6,7 @@ PKGNAMESUFFIX= -graph COMMENT= Free Pascal interface to graphical applications +USES= fpc USE_FPC= sdl x11 ${ARCH:Mi386:S/i386/pthreads/} MASTERDIR= ${.CURDIR}/../../lang/fpc |