View | Details | Raw Unified | Return to bug 270989 | Differences between
and this patch

Collapse All | Expand All

(-)b/graphics/xfig/Makefile (-4 / +3 lines)
Lines 12-24 LICENSE_NAME= xfig public license Link Here
12
LICENSE_FILE=	${FILESDIR}/LICENSE
12
LICENSE_FILE=	${FILESDIR}/LICENSE
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
13
LICENSE_PERMS=	dist-mirror dist-sell pkg-mirror pkg-sell auto-accept
14
14
15
LIB_DEPENDS=	libgs.so:print/ghostscript9-agpl-base \
15
LIB_DEPENDS=	libpng.so:graphics/png \
16
		libpng.so:graphics/png \
17
		libtiff.so:graphics/tiff \
16
		libtiff.so:graphics/tiff \
18
		libXaw3d.so:x11-toolkits/Xaw3d
17
		libXaw3d.so:x11-toolkits/Xaw3d
19
RUN_DEPENDS=	fig2dev:print/fig2dev
18
RUN_DEPENDS=	fig2dev:print/fig2dev
20
19
21
USES=		cpe desktop-file-utils gmake jpeg localbase:ldflags tar:xz xorg
20
USES=		cpe desktop-file-utils gmake ghostscript:lib jpeg localbase:ldflags \
21
		tar:xz xorg
22
USE_CSTD=	gnu89
22
USE_CSTD=	gnu89
23
USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
23
USE_XORG=	ice sm x11 xaw xext xi xmu xpm xt
24
CPE_VENDOR=	xfig_project
24
CPE_VENDOR=	xfig_project
25
- 

Return to bug 270989