aboutsummaryrefslogtreecommitdiff
path: root/print/catdvi
diff options
context:
space:
mode:
authorPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
committerPete Fritchman <petef@FreeBSD.org>2003-05-18 16:03:16 +0000
commita7ebc6b6af894137049859619789b9d49f53d4cd (patch)
tree42e9a6c65cd630a24f1cd0be259f77c000ddc941 /print/catdvi
parentc9a0322c4242d5c2b51e17bdebe27bc3191f83de (diff)
downloadports-a7ebc6b6af894137049859619789b9d49f53d4cd.tar.gz
ports-a7ebc6b6af894137049859619789b9d49f53d4cd.zip
Notes
Diffstat (limited to 'print/catdvi')
-rw-r--r--print/catdvi/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/print/catdvi/Makefile b/print/catdvi/Makefile
index 63b251bd7cd5..a5de48882533 100644
--- a/print/catdvi/Makefile
+++ b/print/catdvi/Makefile
@@ -17,6 +17,7 @@ COMMENT= A DVI to text/plain translator
BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/print/teTeX
+USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
@@ -28,11 +29,6 @@ MAN1= catdvi.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib
-.if !exists(/usr/include/getopt.h)
-LIB_DEPENDS+= gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
-LDFLAGS+= -lgnugetopt
-.endif
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/catdvi ${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/catdvi.1 ${MANPREFIX}/man/man1