diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2017-12-23 13:05:37 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2017-12-23 13:05:37 +0000 |
commit | 5346dfb26025aeee5798f2374e17c7217fb32905 (patch) | |
tree | 70088700e635daaeb6278cc6f41a102922d4c563 | |
parent | 40b340e8c490e7c690b929eab6cc2b7fdbb0fe93 (diff) | |
download | ports-5346dfb26025aeee5798f2374e17c7217fb32905.tar.gz ports-5346dfb26025aeee5798f2374e17c7217fb32905.zip |
Notes
-rw-r--r-- | graphics/seejpeg/Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/graphics/seejpeg/Makefile b/graphics/seejpeg/Makefile index f573fabddee8..dc6ea5c5a18a 100644 --- a/graphics/seejpeg/Makefile +++ b/graphics/seejpeg/Makefile @@ -12,9 +12,6 @@ COMMENT= Console graphics viewer using the svga console graphics library LIB_DEPENDS= libvga.so:graphics/svgalib -ONLY_FOR_ARCHS= amd64 i386 -ONLY_FOR_ARCHS_REASON= relies on features specific to x86 (svgalib) - USES= gmake jpeg tar:tgz ALL_TARGET= seejpeg CPPFLAGS+= -I${LOCALBASE}/include |