diff options
author | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 13:39:03 +0000 |
---|---|---|
committer | Kevin Lo <kevlo@FreeBSD.org> | 2000-11-13 13:39:03 +0000 |
commit | 1534d9a4bf86257eda0cfaf7bc25b61378cd3e26 (patch) | |
tree | 68653e7c61861a216517b63ebfcd207044d48685 /editors/axe/Makefile | |
parent | 703b32c52b9c84ddcb3c82da9e76bd3e0d2b19c0 (diff) | |
download | freebsd-ports-1534d9a4bf86257eda0cfaf7bc25b61378cd3e26.zip |
- Add x11-toolkits/Xaw3d to LIB_DEPENDS
- Fix new compiler error
- Add missing MAN1 line
PR: 22811
Submitted by: Ports Fury
Diffstat (limited to 'editors/axe/Makefile')
-rw-r--r-- | editors/axe/Makefile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/editors/axe/Makefile b/editors/axe/Makefile index bce24f48ee65..7d41f0250e71 100644 --- a/editors/axe/Makefile +++ b/editors/axe/Makefile @@ -7,6 +7,7 @@ PORTNAME= aXe PORTVERSION= 6.1.2 +PORTREVISION= 1 CATEGORIES= editors MASTER_SITES= ${MASTER_SITE_XCONTRIB} MASTER_SITE_SUBDIR= editors @@ -14,6 +15,10 @@ EXTRACT_SUFX= .tar.Z MAINTAINER= ports@FreeBSD.org +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + USE_IMAKE= yes +ALL_TARGET= Xaw3d all +MAN1= axe.1 axinfo.1 .include <bsd.port.mk> |