diff options
Diffstat (limited to 'misc/videotext')
-rw-r--r-- | misc/videotext/Makefile | 3 | ||||
-rw-r--r-- | misc/videotext/files/patch-ba | 22 |
2 files changed, 18 insertions, 7 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 diff --git a/misc/videotext/files/patch-ba b/misc/videotext/files/patch-ba index b954ebe9f83d..62f47a20bfab 100644 --- a/misc/videotext/files/patch-ba +++ b/misc/videotext/files/patch-ba @@ -1,5 +1,5 @@ -*** Makefile.orig Thu Oct 23 00:55:44 1997 ---- Makefile Thu Jun 10 02:51:02 1999 +*** Makefile.orig Wed Oct 22 18:55:44 1997 +--- Makefile Thu Feb 17 16:07:45 2000 *************** *** 22,35 **** @@ -38,8 +38,14 @@ DIRPERM = 755 SPOOLDIRPERM = 777 -*************** GIF_SUPPORT = -DGIF_SUPPORT -*** 79,88 **** +*************** +*** 73,88 **** + # useful if you want to distribute VideoteXt and want to avoid trouble with + # Unisys' stupid licensing conditions. + +! GIF_SUPPORT = -DGIF_SUPPORT + + # Uncomment the next lines if you want PNG support and have libpng and libz # installed. @@ -50,7 +56,13 @@ # Uncomment the following line if you want to get coredumps when an ---- 86,95 ---- +--- 80,95 ---- + # useful if you want to distribute VideoteXt and want to avoid trouble with + # Unisys' stupid licensing conditions. + +! #GIF_SUPPORT = -DGIF_SUPPORT + + # Uncomment the next lines if you want PNG support and have libpng and libz # installed. |