diff options
author | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-10-09 21:15:29 +0000 |
---|---|---|
committer | Jean-Sébastien Pédron <dumbbell@FreeBSD.org> | 2017-10-09 21:15:29 +0000 |
commit | aaf7a324d7030573f501e91a1b7e52328aa4d47e (patch) | |
tree | f93701723073d1a4e10f9c8043d8070a9ae52704 /graphics/fly/Makefile | |
parent | 0ca334a7596edf90dbdd02ca0b4a19c39d68f658 (diff) | |
download | ports-aaf7a324d7030573f501e91a1b7e52328aa4d47e.tar.gz ports-aaf7a324d7030573f501e91a1b7e52328aa4d47e.zip |
Notes
Diffstat (limited to 'graphics/fly/Makefile')
-rw-r--r-- | graphics/fly/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/graphics/fly/Makefile b/graphics/fly/Makefile index 93dea6620c3f..26833a4a9714 100644 --- a/graphics/fly/Makefile +++ b/graphics/fly/Makefile @@ -19,6 +19,8 @@ PLIST_FILES= bin/fly OPTIONS_DEFINE= DOCS EXAMPLES +CONFLICTS_INSTALL= concourse-fly + do-build: cd ${WRKSRC} && ${CC} ${CFLAGS} -I${LOCALBASE}/include fly.c -o fly \ -L${LOCALBASE}/lib -lgd |