diff options
author | agc <agc@pkgsrc.org> | 2000-05-15 12:15:17 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 2000-05-15 12:15:17 +0000 |
commit | ee6fd8dfa71753cf4a674cccca2710b84edc0808 (patch) | |
tree | 02ceb599e307cf5ba6bb28d6dd6e84b193b6a006 /editors/sam | |
parent | 46687b337904af81691eff7baf9eb5ff222c4ad1 (diff) | |
download | pkgsrc-ee6fd8dfa71753cf4a674cccca2710b84edc0808.tar.gz |
Add a dependency on the Xg fonts
Diffstat (limited to 'editors/sam')
-rw-r--r-- | editors/sam/Makefile | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/editors/sam/Makefile b/editors/sam/Makefile index 1b3325eecff..24cad5782ff 100644 --- a/editors/sam/Makefile +++ b/editors/sam/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2000/05/15 11:50:52 agc Exp $ +# $NetBSD: Makefile,v 1.13 2000/05/15 12:15:17 agc Exp $ # FreeBSD Id: Makefile,v 1.3 1996/11/12 02:19:40 obrien Exp # @@ -16,17 +16,21 @@ EXTRACT_CMD= ${GZCAT} ${DOWNLOADED_DISTFILE} | ${SH} MANCOMPRESSED= yes USE_X11= yes +DEPENDS+= libXgFonts-1.0:../../fonts/Xg + .include "../../mk/bsd.prefs.mk" .if ${OPSYS} == "SunOS" + .if ${X11BASE} != "/usr/openwin" OTHER_X_LIBS= -lSM -lICE .endif + do-build: for d in libXg libframe sam samterm; do \ (cd ${WRKSRC}/$$d; make -f Make.solaris \ OTHER_X_LIBS="${OTHER_X_LIBS}"); \ done -.endif +.endif # SunOS .include "../../mk/bsd.pkg.mk" |