diff options
author | linimon <linimon@FreeBSD.org> | 2004-05-12 14:41:32 +0800 |
---|---|---|
committer | linimon <linimon@FreeBSD.org> | 2004-05-12 14:41:32 +0800 |
commit | a448242719354a473477533fdfc226640f029589 (patch) | |
tree | 352ddb2b0fa4614c241fd585f71173a1bcdb9cb0 /textproc | |
parent | 30c28ce0b31c2cb903c30be954a9c6c29287f49a (diff) | |
download | freebsd-ports-gnome-a448242719354a473477533fdfc226640f029589.tar.gz freebsd-ports-gnome-a448242719354a473477533fdfc226640f029589.tar.zst freebsd-ports-gnome-a448242719354a473477533fdfc226640f029589.zip |
Attempt to fix build on bento.
PR: ports/66524
Submitted by: Stefan Walter <sw@gegenunendlich.de> (maintainer)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/foiltex/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/textproc/foiltex/Makefile b/textproc/foiltex/Makefile index 2ea294f76df4..0639ba0cc9e0 100644 --- a/textproc/foiltex/Makefile +++ b/textproc/foiltex/Makefile @@ -16,7 +16,7 @@ EXTRACT_ONLY= # empty MAINTAINER= sw@gegenunendlich.de COMMENT= A collection of LaTeX files for making foils -EXTRACT_DEPENDS=latex:${PORTSDIR}/print/teTeX +BUILD_DEPENDS= latex:${PORTSDIR}/print/teTeX RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX NO_CDROM= redistribution on a not-for-profit basis only |