diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:10:35 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-02-18 02:10:35 +0000 |
commit | ddc8d1b4e7bbfb291c53188e1fe37d2c97c5bf38 (patch) | |
tree | 8ddd731da7e777a7f06caf739f94d6bb6b619372 /misc/videotext/Makefile | |
parent | Remove irrelevant giflib references (diff) |
Remove giflib. Also remove GIF support since the author
mentions "that patent", and the port does PNG anyway.
Discussed with: asami
Diffstat (limited to 'misc/videotext/Makefile')
-rw-r--r-- | misc/videotext/Makefile | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/misc/videotext/Makefile b/misc/videotext/Makefile index fe2b8873e250..d83aa2d12afc 100644 --- a/misc/videotext/Makefile +++ b/misc/videotext/Makefile @@ -12,8 +12,7 @@ MASTER_SITES= http://elektra.e-technik.uni-ulm.de/~mbuck/download/ MAINTAINER= roger@freebsd.org -LIB_DEPENDS= gif.5:${PORTSDIR}/graphics/giflib \ - png.3:${PORTSDIR}/graphics/png \ +LIB_DEPENDS= png.3:${PORTSDIR}/graphics/png \ xview.3:${PORTSDIR}/x11-toolkits/xview USE_X_PREFIX= yes |